blib/lib/ful.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 16 | 16 | 100.0 |
line | true | false | branch |
---|---|---|---|
200 | 11 | 4 | if (@_ and ref $_[0] eq 'HASH') { } |
2 | 2 | elsif (@_) { } | |
207 | 2 | 13 | if ref $args{'libdirs'} eq 'ARRAY' |
209 | 4 | 11 | if (my $file = ($args{'file'} // $args{'target_file'}) // $args{'target'}) { } |
4 | 7 | elsif (my $dir = ($args{'dir'} // $args{'has_dir'}) // $args{'child_dir'}) { } | |
2 | 5 | elsif ($args{'git'}) { } | |
221 | 3 | 15 | if scalar @libdirs == grep({$me->_is_dir($_);} @libdirs) |
226 | 7 | 8 | if $me->_heaven |