Branch Coverage

blib/lib/String/Flogger.pm
Criterion Covered Total %
branch 16 16 100.0


line true false branch
57 4 2 defined $_ ? :
8 6 ref $_ ? :
1 14 &blessed($_) ? :
61 1 14 &_CODELIKE($_) ? :
69 4 4 if (ref $ref eq "SCALAR" or ref $ref eq "REF")
95 2 11 if (&_CODELIKE($input))
99 2 11 unless ref $input
101 9 2 if (&_ARRAYLIKE($input))