line |
true |
false |
branch |
206
|
1 |
8 |
if ($arg =~ /^([^=]+)=([^=]+)$/u) { }
|
227
|
0 |
15 |
if (grep {$_ eq $target;} @target_stack)
|
231
|
1 |
14 |
if ($recipes{$target})
|
239
|
1 |
13 |
unless ($conf->{$target})
|
240
|
0 |
1 |
-e $target ? :
|
244
|
0 |
1 |
if -e $target
|
254
|
0 |
13 |
if ($@)
|
264
|
7 |
6 |
if (my(@requires) = @{$recipe->requires})
|
275
|
9 |
4 |
if ($requires_modified > ($recipe->last_modified || -1)) { }
|
283
|
7 |
0 |
unless (@target_stack or $Beam::Make::LOG->is_info)
|
295
|
49 |
66 |
if not ref $conf or &blessed($conf)
|
296
|
41 |
25 |
if (ref $conf eq 'HASH') { }
|
|
25 |
0 |
elsif (ref $conf eq 'ARRAY') { }
|
297
|
34 |
7 |
if (grep {not $_ =~ /^\$/u;} keys %$conf) { }
|
316
|
1 |
6 |
unless ($wire)
|
318
|
0 |
1 |
unless -e join('/', $path, $file)
|