| blib/lib/Error/Pure/ANSIColor.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 Error::Pure::ANSIColor; | ||||||
| 2 | |||||||
| 3 | 2 | 2 | 72072 | use strict; | |||
| 2 | 22 | ||||||
| 2 | 90 | ||||||
| 4 | 2 | 2 | 12 | use warnings; | |||
| 2 | 3 | ||||||
| 2 | 98 | ||||||
| 5 | |||||||
| 6 | our $VERSION = 0.27; | ||||||
| 7 | |||||||
| 8 | 1; | ||||||
| 9 | |||||||
| 10 | __END__ |