line |
true |
false |
branch |
22
|
0 |
57 |
unless $] >= 5.008001 |
23
|
57 |
0 |
unless $Test2::Util::Config{'useithreads'} |
26
|
0 |
0 |
if ($] == 5.01 and $Test2::Util::Config{'ccname'} eq 'gcc' and $Test2::Util::Config{'gccversion'}) |
28
|
0 |
0 |
if $parts[0] >= 4 and $parts[1] >= 8 |
32
|
0 |
0 |
if $INC{'Devel/Cover.pm'} |
37
|
57 |
0 |
if $Test2::Util::Config{'d_fork'} |
38
|
0 |
0 |
unless $^O eq 'MSWin32' or $^O eq 'NetWare' |
39
|
0 |
0 |
unless $Test2::Util::Config{'useithreads'} |
40
|
0 |
0 |
unless $Test2::Util::Config{'ccflags'} =~ /-DPERL_IMPLICIT_SYS/ |
47
|
57 |
0 |
$Test2::Util::Config{'d_fork'} ? : |
48
|
0 |
57 |
_can_thread() ? : |
49
|
57 |
0 |
_can_fork() ? : |
59
|
1 |
1 |
unless eval {
do {
&$code(@$args);
1
}
} |
61
|
0 |
2 |
$die ? : |
73
|
15 |
179 |
unless eval {
do {
&$code(@$args);
1
}
} |
82
|
0 |
57 |
if ($^O eq 'MSWin32' and $] < 5.020002) { } |