Branch Coverage

blib/lib/Beam/Make.pm
Criterion Covered Total %
branch 23 28 82.1


line true false branch
205 1 8 if ($arg =~ /^([^=]+)=([^=]+)$/u) { }
226 0 15 if (grep {$_ eq $target;} @target_stack)
230 1 14 if ($recipes{$target})
238 1 13 unless ($conf->{$target})
239 0 1 -e $target ? :
243 0 1 if -e $target
260 7 6 if (my(@requires) = @{$recipe->requires})
270 9 4 if ($requires_modified > ($recipe->last_modified || -1)) { }
285 49 66 if not ref $conf or &blessed($conf)
286 41 25 if (ref $conf eq 'HASH') { }
25 0 elsif (ref $conf eq 'ARRAY') { }
287 34 7 if (grep {not $_ =~ /^\$/u;} keys %$conf) { }
306 1 6 unless ($wire)
308 0 1 unless -e join('/', $path, $file)