File Coverage

lib/BalanceOfPower/Commands/Progress.pm
Criterion Covered Total %
statement 9 10 90.0
branch n/a
condition n/a
subroutine 3 4 75.0
pod 0 1 0.0
total 12 15 80.0


line stmt bran cond sub pod time code
1             package BalanceOfPower::Commands::Progress;
2             $BalanceOfPower::Commands::Progress::VERSION = '0.400105';
3 13     13   44 use Moo;
  13         15  
  13         53  
4              
5 13     13   3028 use BalanceOfPower::Constants ":all";
  13         735  
  13         5290  
6 13     13   825 use BalanceOfPower::Utils qw( prev_turn );
  13         902  
  13         3187  
7              
8             extends 'BalanceOfPower::Commands::NoArgs';
9              
10             sub IA
11             {
12 0     0 0   return "PROGRESS";
13             }
14              
15             1;