Branch Coverage

blib/lib/ful.pm
Criterion Covered Total %
branch 16 16 100.0


line true false branch
28 9 4 if (@_ and ref $_[0] eq 'HASH') { }
2 2 elsif (@_) { }
35 2 11 if ref $args{'libdirs'} eq 'ARRAY'
37 4 9 if (my $file = ($args{'file'} // $args{'target_file'}) // $args{'target'}) { }
3 6 elsif (my $dir = ($args{'dir'} // $args{'has_dir'}) // $args{'child_dir'}) { }
1 5 elsif ($args{'git'}) { }
49 3 15 if scalar @libdirs == grep({$me->_is_dir($_);} @libdirs)
54 6 7 if $me->_heaven