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.400115'; | ||||||
3 | #DEPRECATED | ||||||
4 | |||||||
5 | 1 | 1 | 486 | use strict; | |||
1 | 1 | ||||||
1 | 28 | ||||||
6 | 1 | 1 | 10 | use v5.10; | |||
1 | 3 | ||||||
7 | |||||||
8 | 1 | 1 | 4 | use Moo; | |||
1 | 2 | ||||||
1 | 6 | ||||||
9 | |||||||
10 | with 'BalanceOfPower::Relations::Role::Relation'; | ||||||
11 | |||||||
12 | |||||||
13 | 1; |