Condition Coverage

blib/lib/Test/MinimumVersion/Fast.pm
Criterion Covered Total %
condition 4 28 14.2


and 3 conditions

line !l l&&!r l&&r condition
54 0 2 0 $minimum and $minimum > $explicit_minimum
57 0 2 0 $explicit_minimum and $explicit_minimum > $minimum
71 0 0 0 $is_syntax and my $markers = $min{$minimum}
90 0 0 0 -f $path and -s $path
111 0 0 0 -f 'META.yml' and -r _

or 2 conditions

line l !l condition
51 2 0 $pmv->minimum_version || 0
52 2 0 $pmv->minimum_syntax_version($explicit_minimum) || 0
81 0 0 $arg ||= {}
82 0 0 $$arg{'paths'} ||= [('lib', 't', 'xt/smoke'), <*.pm>, <*.PL>]
107 0 0 $arg ||= {}

or 3 conditions

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