| lib/BalanceOfPower/Relations/Alliance.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| statement | 8 | 8 | 100.0 |
| branch | n/a | ||
| condition | n/a | ||
| subroutine | 3 | 3 | 100.0 |
| pod | n/a | ||
| total | 11 | 11 | 100.0 |
| line | stmt | bran | cond | sub | pod | time | code |
|---|---|---|---|---|---|---|---|
| 1 | package BalanceOfPower::Relations::Alliance; | ||||||
| 2 | $BalanceOfPower::Relations::Alliance::VERSION = '0.400110'; | ||||||
| 3 | #DEPRECATED | ||||||
| 4 | |||||||
| 5 | 1 | 1 | 479 | use strict; | |||
| 1 | 1 | ||||||
| 1 | 25 | ||||||
| 6 | 1 | 1 | 9 | use v5.10; | |||
| 1 | 2 | ||||||
| 7 | |||||||
| 8 | 1 | 1 | 3 | use Moo; | |||
| 1 | 1 | ||||||
| 1 | 7 | ||||||
| 9 | |||||||
| 10 | with 'BalanceOfPower::Relations::Role::Relation'; | ||||||
| 11 | |||||||
| 12 | |||||||
| 13 | 1; |