| blib/lib/Test/Fatal.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 7 | 12 | 58.3 |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 224 | 2 | 1 | 0 | $Tester ||= 'Test::Builder'->new |
| 230 | 2 | 1 | 0 | $name ||= $tap_pos != $Tester->current_test ? '...and code should throw an exception' : 'code should throw an exception' |
| 244 | 3 | 0 | 0 | $Tester ||= 'Test::Builder'->new |
| 250 | 2 | 1 | 0 | $name ||= $tap_pos != $Tester->current_test ? '...and code should not throw an exception' : 'code should not throw an exception' |