Branch Coverage

blib/lib/Exporter/Handy/Util.pm
Criterion Covered Total %
branch 19 34 55.8


line true false branch
44 4 2 if (ref($v) =~ /^HASH$/) { }
50 6 0 wantarray ? :
59 8 0 @_ && !ref($_[0]) ? :
71 6 2 $group ? :
75 4 4 if $sig and not $pfx =~ /^\Q$sig\E/
81 2 6 ref($v) =~ /^HASH$/ ? :
86 6 2 if (not $nogroup and defined $group and $group)
88 3 3 if $sig and not $g =~ /^\Q$sig\E/
92 4 4 if defined $_ and $_ and not /^[:]/
98 8 0 wantarray ? :
111 0 0 if (_is_plain_scalarref($_) and $$_ =~ /[*]|ALL/i)
126 0 0 unless defined $_
127 0 0 if (ref $_ eq "ARRAY")
129 0 0 if exists $seen{$_} and $seen{$_} // 0
132 0 0 if (/^([:](.*))$/)
154 0 8 if (_is_plain_arrayref(my $element = shift @_)) { }
161 8 0 wantarray ? :