Branch Coverage

blib/lib/Data/Unixish/sprintf.pm
Criterion Covered Total %
branch 10 16 62.5


line true false branch
66 4 0 if ($ENV{'LC_NUMERIC'}) { }
0 0 elsif ($ENV{'LC_ALL'}) { }
0 0 elsif ($ENV{'LANG'}) { }
85 4 12 unless defined $item
88 2 10 if ($r eq 'ARRAY' and not $args->{'skip_array'})
93 2 8 if $r
94 0 8 if $item eq ''
95 2 2 if not &looks_like_number($item) and $args->{'skip_non_number'}