Branch Coverage

blib/lib/FieldParser.pm
Criterion Covered Total %
branch 8 22 36.3


line true false branch
32 0 0 if $token ne $to_ignore
35 6 0 unless @{$ignore;}
47 6 0 if $token
62 0 1 if ref $how eq 'CODE'
64 1 0 if (not $what) { }
68 0 2 if ($s_idx == -1)
74 0 2 if ($s_idx == $e_idx)
88 0 0 if $s_idx == -1
92 0 0 if $s_idx == $e_idx
110 0 1 if ref $inp eq 'ARRAY'
113 1 0 if (not ref $inputs) { }