Branch Coverage

blib/lib/String/Sprintf.pm
Criterion Covered Total %
branch 7 12 58.3


line true false branch
11 0 7 if @_ % 2
18 0 7 unless UNIVERSAL::isa($v, 'CODE') or not defined $v or $v eq 'sprintf'
23 0 7 if (@errors)
25 0 0 @errors == 1 ? :
35 10 1 $2 ? :
36 6 4 if (ref(my $handler = $self->{$2} || $self->{'*'})) { }