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
84 0 0 3 $minimum and $minimum > $explicit_minimum
87 3 0 0 $explicit_minimum and $explicit_minimum > $minimum
101 0 0 0 $is_syntax and my $markers = $min{$minimum}
147 5 0 0 -f $path and -s $path
188 0 0 0 -f $fn and -r _

or 2 conditions

line l !l condition
81 0 3 $pmv->minimum_explicit_version || 0
82 3 0 $pmv->minimum_syntax_version($explicit_minimum) || 0
132 1 0 $arg ||= {}
134 0 1 $arg->{'paths'} ||= [("bin", "script", "lib", "t", "xt/smoke"), glob("*.pm"), glob("*.PL")]
139 1 0 $arg->{'skip'} ||= []
184 0 0 $arg ||= {}

or 3 conditions

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