Branch Coverage

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


line true false branch
57 4 2 defined $_ ? :
7 6 ref $_ ? :
0 13 blessed $_ ? :
1 12 _CODELIKE $_ ? :
69 4 3 if (ref $ref eq 'SCALAR' or ref $ref eq 'REF')
95 2 9 if (_CODELIKE $input)
99 2 9 unless ref $input
101 7 2 if (_ARRAYLIKE $input)