Condition Coverage

blib/lib/Makefile/Update/Makefile.pm
Criterion Covered Total %
condition 26 36 72.2


and 3 conditions

line !l l&&!r l&&r condition
138 15 13 3 @values and lc $line lt $values[-1]
148 21 1 1 $last_tail =~ /\\$/ and $line =~ /\S/
159 4 0 19 keys %src_exts == 1 and exists $src_exts{$make_ext}
177 7 1 4 @values and not $values[-1] =~ /\\$/
241 13 0 3 not defined $var and $2 eq 'SOURCES'
13 0 3 not defined $var and $2 eq 'SOURCES' and $1 =~ /^(\w+)_l?a$/
243 2 0 1 not defined $var and $1 =~ /^lib(\w+)$/

or 3 conditions

line l !l&&r !l&&!r condition
159 0 23 0 $make_ext eq '' or keys %src_exts == 1 and exists $src_exts{$make_ext}
228 1 0 17 $makevar =~ /^objects$/i or $makevar =~ /^obj$/i
240 12 1 3 &$var_if_exists($1) || &$var_if_exists("$1_sources")
242 2 0 1 &$var_if_exists($1) || &$var_if_exists("$1_sources")
244 1 0 0 &$var_if_exists($1) || &$var_if_exists("$1_sources")