lib/BalanceOfPower/Relations/Border.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::Border; | ||||||
2 | $BalanceOfPower::Relations::Border::VERSION = '0.400115'; | ||||||
3 | 13 | 13 | 59 | use strict; | |||
13 | 23 | ||||||
13 | 563 | ||||||
4 | 13 | 13 | 156 | use v5.10; | |||
13 | 42 | ||||||
5 | |||||||
6 | 13 | 13 | 53 | use Moo; | |||
13 | 20 | ||||||
13 | 76 | ||||||
7 | |||||||
8 | with 'BalanceOfPower::Relations::Role::Relation'; | ||||||
9 | |||||||
10 | 1; |