| line | % | coverage | condition | 
|---|
| 182 | 100 |  | @values and lc $line lt $values[-1] | 
| 192 | 100 |  | $last_tail =~ /\\$/ and $line =~ /\S/ | 
| 203 | 50 |  | $make_ext eq '' or keys %src_exts == 1 and exists $src_exts{$make_ext} | 
| 221 | 100 |  | @values and not $values[-1] =~ /\\$/ | 
| 272 | 67 |  | $makevar =~ /^objects$/i or $makevar =~ /^obj$/i | 
| 284 | 100 |  | &$var_if_exists($1) || &$var_if_exists("$1_sources") | 
| 285 | 50 |  | not defined $var and $2 eq 'SOURCES' and $1 =~ /^(\w+)_l?a$/ | 
| 286 | 67 |  | &$var_if_exists($1) || &$var_if_exists("$1_sources") | 
| 287 | 67 |  | not defined $var and $1 =~ /^lib(\w+)$/ | 
| 288 | 33 |  | &$var_if_exists($1) || &$var_if_exists("$1_sources") |