Branch Coverage

blib/lib/Exporter/Handy/Util.pm
Criterion Covered Total %
branch 19 36 52.7


line true false branch
48 4 2 if (ref($v) =~ /^HASH$/) { }
54 6 0 wantarray ? :
73 0 0 unless defined $_
74 0 0 if (ref $_ eq "ARRAY")
76 0 0 if (ref $_ eq "SCALAR" and $$_ =~ /[*]|ALL/i)
83 0 0 if ref $_
84 0 0 if exists $seen{$_} and $seen{$_} // 0
87 0 0 if (/^([:](.*))$/)
104 8 0 @_ && !ref($_[0]) ? :
116 6 2 $group ? :
120 4 4 if $sig and not $pfx =~ /^\Q$sig\E/
126 2 6 ref($v) =~ /^HASH$/ ? :
131 6 2 if (not $nogroup and defined $group and $group)
133 3 3 if $sig and not $g =~ /^\Q$sig\E/
137 4 4 if defined $_ and $_ and not /^[:]/
143 8 0 wantarray ? :
158 0 8 if (_is_plain_arrayref(my $element = shift @_)) { }
165 8 0 wantarray ? :