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.400110';
3 13     13   43 use Moo;
  13         13  
  13         53  
4              
5 13     13   2260 use BalanceOfPower::Constants ":all";
  13         15  
  13         5124  
6 13     13   55 use BalanceOfPower::Utils qw( prev_turn );
  13         18  
  13         695  
7              
8             extends 'BalanceOfPower::Commands::NoArgs';
9              
10             sub IA
11             {
12 0     0 0   return "PROGRESS";
13             }
14              
15             1;