File Coverage

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.400110';
3 13     13   46 use strict;
  13         14  
  13         276  
4 13     13   111 use v5.10;
  13         33  
5              
6 13     13   39 use Moo;
  13         19  
  13         54  
7              
8             with 'BalanceOfPower::Relations::Role::Relation';
9              
10             1;