| 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.400105'; | ||||||
| 3 | 13 | 13 | 46 | use strict; | |||
| 13 | 16 | ||||||
| 13 | 267 | ||||||
| 4 | 13 | 13 | 90 | use v5.10; | |||
| 13 | 30 | ||||||
| 5 | |||||||
| 6 | 13 | 13 | 40 | use Moo; | |||
| 13 | 15 | ||||||
| 13 | 62 | ||||||
| 7 | |||||||
| 8 | with 'BalanceOfPower::Relations::Role::Relation'; | ||||||
| 9 | |||||||
| 10 | 1; |