| blib/lib/PPI/Exception/ParserRejection.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| statement | 6 | 6 | 100.0 |
| branch | n/a | ||
| condition | n/a | ||
| subroutine | 2 | 2 | 100.0 |
| pod | n/a | ||
| total | 8 | 8 | 100.0 |
| line | stmt | bran | cond | sub | pod | time | code |
|---|---|---|---|---|---|---|---|
| 1 | package PPI::Exception::ParserRejection; | ||||||
| 2 | |||||||
| 3 | 68 | 68 | 375 | use strict; | |||
| 68 | 118 | ||||||
| 68 | 2085 | ||||||
| 4 | 68 | 68 | 286 | use PPI::Exception (); | |||
| 68 | 126 | ||||||
| 68 | 3822 | ||||||
| 5 | |||||||
| 6 | our $VERSION = '1.291'; | ||||||
| 7 | |||||||
| 8 | our @ISA = 'PPI::Exception'; | ||||||
| 9 | |||||||
| 10 | 1; |