If you don't need comments all over the place, you can also set up another test where you actually hit this.
If you have something like this:
_method: function () { if (this.foo === 'foo') { this.bar = false } }
You just need to create a test where this.foo not equal to 'foo '.
Bill criswell
source share