| blib/lib/TAP/Formatter/TextMate/Session.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 9 | 11 | 81.8 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 48 | 6 | 2 | 3 | $result->is_test and not $result->is_ok |
| 89 | 6 | 0 | 5 | $result->is_test and $$self{'queue'} |
| line | l | !l | condition |
|---|---|---|---|
| 90 | 10 | 1 | $$self{'queue'} ||= [] |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 107 | 2 | 1 | 0 | $$self{'_html'} ||= 'HTML::Tiny'->new |