| blib/lib/C/Tokenize.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 19 | 22 | 86.3 |
| line | true | false | branch |
|---|---|---|---|
| 355 | 0 | 32 | if ($match =~ /^\s+$/s) |
| 364 | 15 | 17 | if ($+{'leading'}) { } |
| 373 | 32 | 153 | if (defined $+{$field}) |
| 380 | 0 | 32 | unless ($matched) |
| 420 | 4 | 16 | if ($depth == 1 and $value eq ",") |
| 426 | 3 | 13 | if ($value eq "(") |
| 428 | 1 | 2 | if ($depth == 1) |
| 435 | 3 | 12 | if ($value eq ")") |
| 439 | 1 | 2 | if ($depth == 0) |
| 448 | 0 | 1 | unless (wantarray) |
| 467 | 5 | 5 | if ($comment =~ /^".*"$/s) |