Condition Coverage

blib/lib/Test/MinimumVersion.pm
Criterion Covered Total %
condition 9 30 30.0


and 3 conditions

line !l l&&!r l&&r condition
66 0 0 3 $minimum and $minimum > $explicit_minimum
69 3 0 0 $explicit_minimum and $explicit_minimum > $minimum
83 0 0 0 $is_syntax and my $markers = $min{$minimum}
108 5 0 0 -f $path and -s $path
139 0 0 0 -f $fn and -r _

or 2 conditions

line l !l condition
63 0 3 $pmv->minimum_explicit_version || 0
64 3 0 $pmv->minimum_syntax_version($explicit_minimum) || 0
93 1 0 $arg ||= {}
94 0 1 $$arg{'paths'} ||= [('bin', 'script', 'lib', 't', 'xt/smoke'), <*.pm>, <*.PL>]
100 1 0 $$arg{'skip'} ||= []
135 0 0 $arg ||= {}

or 3 conditions

line l !l&&r !l&&!r condition
118 0 0 1 $Test->has_plan or $$arg{'no_plan'}