blib/lib/Test2/Util.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 8 | 25 | 32.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
49 | 0 | 0 | 0 | $] == 5.01 and $Test2::Util::Config{'ccname'} eq 'gcc' |
0 | 0 | 0 | $] == 5.01 and $Test2::Util::Config{'ccname'} eq 'gcc' and $Test2::Util::Config{'gccversion'} | |
51 | 0 | 0 | 0 | $parts[0] == 4 and $parts[1] >= 8 |
186 | 0 | 0 | 1200 | defined $fileno && length $fileno |
line | l | !l | condition |
---|---|---|---|
98 | 1 | 0 | $@ || "Error was squashed!\n" |
112 | 11 | 0 | $@ || "Error was squashed!\n" |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
51 | 0 | 0 | 0 | $parts[0] > 4 or $parts[0] == 4 and $parts[1] >= 8 |
186 | 0 | 1 | 1199 | not defined $fileno && length $fileno or $fileno < 0 |
191 | 1199 | 706 | 1207 | $PERLIO_SKIP{$_} || $seen{$_}++ |