File Coverage

lib/BalanceOfPower/Commands/Progress.pm
Criterion Covered Total %
statement 10 10 100.0
branch n/a
condition n/a
subroutine 4 4 100.0
pod 0 1 0.0
total 14 15 93.3


line stmt bran cond sub pod time code
1             package BalanceOfPower::Commands::Progress;
2             $BalanceOfPower::Commands::Progress::VERSION = '0.400115';
3 13     13   53 use Moo;
  13         17  
  13         65  
4              
5 13     13   2811 use BalanceOfPower::Constants ":all";
  13         17  
  13         6568  
6 13     13   78 use BalanceOfPower::Utils qw( prev_turn );
  13         19  
  13         927  
7              
8             extends 'BalanceOfPower::Commands::NoArgs';
9              
10             sub IA
11             {
12 5     5 0 18 return "PROGRESS";
13             }
14              
15             1;