Condition Coverage

blib/lib/Test2/Util.pm
Criterion Covered Total %
condition 3 19 15.7


and 3 conditions

line !l l&&!r l&&r condition
26 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'}
28 0 0 0 $parts[0] >= 4 and $parts[1] >= 8
82 57 0 0 $^O eq 'MSWin32' and $] < 5.020002

or 2 conditions

line l !l condition
59 1 0 $@ || "Error was squashed!\n"
73 15 0 $@ || "Error was squashed!\n"

or 3 conditions

line l !l&&r !l&&!r condition
38 0 0 0 $^O eq 'MSWin32' or $^O eq 'NetWare'