Branch Coverage

blib/lib/Data/Unixish/sprintfn.pm
Criterion Covered Total %
branch 10 18 55.5


line true false branch
64 0 2 if ($ENV{'LC_NUMERIC'}) { }
0 2 elsif ($ENV{'LC_ALL'}) { }
0 2 elsif ($ENV{'LANG'}) { }
78 2 6 unless defined $item
80 0 6 if ($r eq 'ARRAY' and not $args->{'skip_array'})
85 4 2 if ($r eq 'HASH' and not $args->{'skip_hash'})
90 0 2 if $r
91 2 0 if $item eq ''
92 0 0 if not &looks_like_number($item) and $args->{'skip_non_number'}