Branch Coverage

blib/lib/Test2/Util.pm
Criterion Covered Total %
branch 12 32 37.5


line true false branch
23 0 57 unless $] >= 5.008001
24 57 0 unless $Test2::Util::Config{'useithreads'}
27 0 0 if ($] == 5.01 and $Test2::Util::Config{'ccname'} eq 'gcc' and $Test2::Util::Config{'gccversion'})
29 0 0 if $parts[0] >= 4 and $parts[1] >= 8
33 0 0 if $INC{'Devel/Cover.pm'}
38 57 0 if $Test2::Util::Config{'d_fork'}
39 0 0 unless $^O eq 'MSWin32' or $^O eq 'NetWare'
40 0 0 unless $Test2::Util::Config{'useithreads'}
41 0 0 unless $Test2::Util::Config{'ccflags'} =~ /-DPERL_IMPLICIT_SYS/
48 57 0 $Test2::Util::Config{'d_fork'} ? :
49 0 57 _can_thread() ? :
50 57 0 _can_fork() ? :
60 1 1 unless eval { do { &$code(@$args); 1 } }
62 0 2 $die ? :
74 15 179 unless eval { do { &$code(@$args); 1 } }
83 0 57 if ($^O eq 'MSWin32' and $] < 5.020002) { }