| /tmp/.liveman/Aion-2.2-0/aion!pleroma.t/lib/Ex/Eon/AnimalEon.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| statement | 8 | 8 | 100.0 |
| branch | n/a | ||
| condition | n/a | ||
| subroutine | 4 | 4 | 100.0 |
| pod | 0 | 2 | 0.0 |
| total | 12 | 14 | 85.7 |
| line | stmt | bran | cond | sub | pod | time | code |
|---|---|---|---|---|---|---|---|
| 1 | package Ex::Eon::AnimalEon; | ||||||
| 2 | #@eon | ||||||
| 3 | |||||||
| 4 | 1 | 1 | 7 | use common::sense; | |||
| 1 | 2 | ||||||
| 1 | 8 | ||||||
| 5 | |||||||
| 6 | 1 | 1 | 80 | use Aion; | |||
| 1 | 1 | ||||||
| 1 | 7 | ||||||
| 7 | |||||||
| 8 | has role => (is => 'ro'); | ||||||
| 9 | |||||||
| 10 | #@eon ex.cat | ||||||
| 11 | 1 | 1 | 0 | 4 | sub cat { __PACKAGE__->new(role => 'cat') } | ||
| 12 | |||||||
| 13 | #@eon | ||||||
| 14 | 2 | 2 | 0 | 34 | sub dog { __PACKAGE__->new(role => 'dog') } | ||
| 15 | |||||||
| 16 | 1; |