Branch Coverage

blib/lib/String/Formatter.pm
Criterion Covered Total %
branch 22 36 61.1


line true false branch
77 0 11 unless $$arg{'codes'}
89 44 0 unless ref $$self{$_}
104 0 21 unless defined $format
152 1 35 if $to_fmt[-1]{'literal'} eq '%%'
157 17 4 if $pos < length $string
171 0 3 if @$args != 1 or not &Params::Util::_HASHLIKE($$args[0])
181 0 1 if @$args != 1 or not &Params::Util::_ARRAYLIKE($$args[0])
191 0 3 if @$args != 1
201 0 0 if @$args
221 1 27 unless defined $conv
224 13 14 if (ref $conv) { }
271 0 5 unless defined $conv
274 3 2 if (ref $conv) { }
279 1 1 defined $$hunk{'argument'} ? :
298 0 2 unless defined $conv
301 0 2 if (ref $conv) { }
322 31 0 $replength > $min_width ? :
323 0 0 $max_width > $replength ? :