line |
true |
false |
branch |
36
|
0 |
2 |
eval {
do {
$version->isa('version')
}
} ? :
|
54
|
0 |
2 |
if $minimum and $minimum > $explicit_minimum
|
57
|
0 |
2 |
if $explicit_minimum and $explicit_minimum > $minimum
|
62
|
2 |
0 |
if ($minimum <= $version) { }
|
66
|
0 |
0 |
$is_syntax ? :
|
71
|
0 |
0 |
if ($is_syntax and my $markers = $min{$minimum})
|
90
|
0 |
0 |
if (-f $path and -s $path) { }
|
|
0 |
0 |
elsif (-d $path) { }
|
97
|
0 |
0 |
unless ($Test->has_plan or $$arg{'no_plan'})
|
111
|
0 |
0 |
unless -f 'META.yml' and -r _
|
116
|
0 |
0 |
unless my $version = $$documents[0]{'requires'}{'perl'}
|