| blib/lib/Test2/Harness/Parser/TAP.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 21 | 25 | 84.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 164 | 4 | 4532 | 2 | $line and not $line =~ /^ / |
| 183 | 10 | 63 | 2 | $reason and not $reason =~ s/^\s+// |
| 297 | 0 | 0 | 115 | defined $nest and defined $diag |
| 305 | 12 | 0 | 959 | defined $lnest and defined $msg |
| 308 | 947 | 4 | 2 | $failed and not $msg =~ /^at / |
| line | l | !l | condition |
|---|---|---|---|
| 255 | 19 | 4 | $directive ||= 'SKIP' |
| 256 | 19 | 4 | $reason ||= 'no reason given' |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 327 | 1057 | 23 | 14 | $msg or $hash |
| 1080 | 0 | 14 | $msg or $hash or $space |