blib/lib/Test/MinimumVersion.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 10 | 24 | 41.6 |
line | true | false | branch |
---|---|---|---|
40 | 1 | 3 | eval { |
55 | 0 | 3 | unless (defined $pmv) |
66 | 3 | 0 | if $minimum and $minimum > $explicit_minimum |
69 | 0 | 3 | if $explicit_minimum and $explicit_minimum > $minimum |
74 | 3 | 0 | if ($minimum <= $version) { } |
78 | 0 | 0 | $is_syntax ? : |
83 | 0 | 0 | if ($is_syntax and my $markers = $min{$minimum}) |
108 | 0 | 5 | if (-f $path and -s $path) { } |
1 | 4 | elsif (-d $path) { } | |
118 | 1 | 0 | unless ($Test->has_plan or $$arg{'no_plan'}) |
139 | 0 | 0 | unless -f $fn and -r _ |
142 | 0 | 0 | unless my $version = __version_from_meta($fn) |