Condition Coverage

blib/lib/Test2/Util.pm
Criterion Covered Total %
condition 8 25 32.0


and 3 conditions

line !l l&&!r l&&r condition
51 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'}
53 0 0 0 $parts[0] == 4 and $parts[1] >= 8
188 0 0 1200 defined $fileno && length $fileno

or 2 conditions

line l !l condition
100 1 0 $@ || "Error was squashed!\n"
114 11 0 $@ || "Error was squashed!\n"

or 3 conditions

line l !l&&r !l&&!r condition
53 0 0 0 $parts[0] > 4 or $parts[0] == 4 and $parts[1] >= 8
188 0 1 1199 not defined $fileno && length $fileno or $fileno < 0
193 1199 706 1207 $PERLIO_SKIP{$_} || $seen{$_}++