| lib/BalanceOfPower/Commands/Plain.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| statement | 3 | 3 | 100.0 |
| branch | n/a | ||
| condition | n/a | ||
| subroutine | 1 | 1 | 100.0 |
| pod | n/a | ||
| total | 4 | 4 | 100.0 |
| line | stmt | bran | cond | sub | pod | time | code |
|---|---|---|---|---|---|---|---|
| 1 | package BalanceOfPower::Commands::Plain; | ||||||
| 2 | $BalanceOfPower::Commands::Plain::VERSION = '0.400110'; | ||||||
| 3 | 13 | 13 | 3791 | use Moo; | |||
| 13 | 18 | ||||||
| 13 | 55 | ||||||
| 4 | |||||||
| 5 | with "BalanceOfPower::Commands::Role::Command"; | ||||||
| 6 | |||||||
| 7 | 1; |