| blib/lib/Game/Cribbage/Error.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 Game::Cribbage::Error; | ||||||
| 2 | |||||||
| 3 | 12 | 12 | 59 | use strict; | |||
| 12 | 19 | ||||||
| 12 | 487 | ||||||
| 4 | 12 | 12 | 48 | use warnings; | |||
| 12 | 37 | ||||||
| 12 | 495 | ||||||
| 5 | |||||||
| 6 | 12 | 12 | 45 | use Object::Proto::Sugar; | |||
| 12 | 15 | ||||||
| 12 | 82 | ||||||
| 7 | |||||||
| 8 | has [qw/error message over go score/] => ( | ||||||
| 9 | is => 'ro', | ||||||
| 10 | ); | ||||||
| 11 | |||||||
| 12 | 1; | ||||||
| 13 | |||||||
| 14 | __END__ |