| blib/lib/Gherkin/Parser.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| statement | 9 | 9 | 100.0 |
| branch | n/a | ||
| condition | n/a | ||
| subroutine | 3 | 3 | 100.0 |
| pod | n/a | ||
| total | 12 | 12 | 100.0 |
| line | stmt | bran | cond | sub | pod | time | code |
|---|---|---|---|---|---|---|---|
| 1 | package Gherkin::Parser; | ||||||
| 2 | $Gherkin::Parser::VERSION = '27.0.0'; | ||||||
| 3 | 1 | 1 | 278797 | use strict; | |||
| 1 | 3 | ||||||
| 1 | 28 | ||||||
| 4 | 1 | 1 | 5 | use warnings; | |||
| 1 | 3 | ||||||
| 1 | 25 | ||||||
| 5 | |||||||
| 6 | 1 | 1 | 5 | use base 'Gherkin::Generated::Parser'; | |||
| 1 | 2 | ||||||
| 1 | 1061 | ||||||
| 7 | |||||||
| 8 | 1; | ||||||
| 9 | |||||||
| 10 | |||||||
| 11 | __END__ |