Branch Coverage

blib/lib/Pinwheel/Helpers/Tag.pm
Criterion Covered Total %
branch 18 18 100.0


line true false branch
26 2 34 if (@_ and ref $_[-1] eq 'CODE') { }
20 14 elsif (@_ & 1) { }
39 9 30 if (ref $value eq 'ARRAY')
40 14 4 if defined $_
41 6 3 scalar @$value ? :
43 4 35 unless defined $value
46 22 14 if (defined $content) { }
59 10 11 if (scalar @$params > 1 and ref @$params[1] eq 'HASH') { }
81 8 4 if ($condition) { }