| line | true | false | branch | 
 
| 49 | 1 | 3 | eval {
	do {
	$version->isa('version')
}
} ? : | 
 
| 73 | 0 | 3 | unless (defined $pmv) | 
 
| 84 | 3 | 0 | if $minimum and $minimum > $explicit_minimum | 
 
| 87 | 0 | 3 | if $explicit_minimum and $explicit_minimum > $minimum | 
 
| 92 | 3 | 0 | if ($minimum <= $version) { } | 
 
| 96 | 0 | 0 | $is_syntax ? : | 
 
| 101 | 0 | 0 | if ($is_syntax and my $markers = $min{$minimum}) | 
 
| 147 | 0 | 5 | if (-f $path and -s $path) { } | 
 
|  | 1 | 4 | elsif (-d $path) { } | 
 
| 157 | 1 | 0 | unless ($Test->has_plan or $arg->{'no_plan'}) | 
 
| 188 | 0 | 0 | unless -f $fn and -r _ | 
 
| 191 | 0 | 0 | unless my $version = __version_from_meta($fn) |