Branch Coverage

blib/lib/List/Objects/WithUtils.pm
Criterion Covered Total %
branch 23 24 95.8


line true false branch
23 96 117 if (ref $funcs[0])
24 1 95 unless ref $funcs[0] eq 'HASH'
27 0 95 unless $opts{'import'}
31 7 205 unless @funcs
33 2 267 substr($_, 0, 1) eq ':' ? :
36 90 122 if (defined $fmap{'all'} or defined $fmap{-'all'}) { }
1 121 elsif (defined $fmap{'functions'} or defined $fmap{'funcs'}) { }
48 93 903 if ($function eq 'autobox' or $function eq '-autobox')
53 902 1 if (my $thismod = $ImportMap{$function})
60 116 95 unless defined $pkg
65 1 900 unless eval $c and not $@
68 1 210 if (@failed)