Branch Coverage

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


line true false branch
23 93 117 if (ref $funcs[0])
24 1 92 unless ref $funcs[0] eq 'HASH'
27 0 92 unless $opts{'import'}
31 7 202 unless @funcs
33 2 264 substr($_, 0, 1) eq ':' ? :
36 90 119 if (defined $fmap{'all'} or defined $fmap{-'all'}) { }
1 118 elsif (defined $fmap{'functions'} or defined $fmap{'funcs'}) { }
48 93 900 if ($function eq 'autobox' or $function eq '-autobox')
53 899 1 if (my $thismod = $ImportMap{$function})
60 116 92 unless defined $pkg
65 1 897 unless eval $c and not $@
68 1 207 if (@failed)