| /tmp/.liveman/Aion-2.2-0/aion.t/lib/PowerEon.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| statement | 4 | 4 | 100.0 |
| branch | n/a | ||
| condition | n/a | ||
| subroutine | 2 | 2 | 100.0 |
| pod | 0 | 1 | 0.0 |
| total | 6 | 7 | 85.7 |
| line | stmt | bran | cond | sub | pod | time | code |
|---|---|---|---|---|---|---|---|
| 1 | package PowerEon; | ||||||
| 2 | 1 | 1 | 8 | use Aion; | |||
| 1 | 2 | ||||||
| 1 | 9 | ||||||
| 3 | |||||||
| 4 | has counter => (eon => 'ex.counter'); | ||||||
| 5 | |||||||
| 6 | #@eon | ||||||
| 7 | 1 | 1 | 0 | 3 | sub power { shift->new } | ||
| 8 | |||||||
| 9 | 1; |