Branch Coverage

blib/lib/C/Tokenize.pm
Criterion Covered Total %
branch 19 22 86.3


line true false branch
349 0 32 if ($match =~ /^\s+$/s)
358 15 17 if ($+{'leading'}) { }
367 32 154 if (defined $+{$field})
374 0 32 unless ($matched)
414 4 16 if ($depth == 1 and $value eq ',')
420 3 13 if ($value eq '(')
422 1 2 if ($depth == 1)
429 3 12 if ($value eq ')')
433 1 2 if ($depth == 0)
442 0 1 unless (wantarray)
458 5 5 if ($comment =~ /^".*"$/)