| blib/lib/C/Tokenize.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 18 | 22 | 81.8 |
| 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) |
| 462 | 0 | 3 | if ($xs =~ /$magic/) |