File Coverage

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