File Coverage

blib/lib/Test2/Workflow/Task/Action.pm
Criterion Covered Total %
statement 12 12 100.0
branch n/a
condition n/a
subroutine 4 4 100.0
pod n/a
total 16 16 100.0


line stmt bran cond sub pod time code
1             package Test2::Workflow::Task::Action;
2 48     48   318 use strict;
  48         91  
  48         1306  
3 48     48   247 use warnings;
  48         104  
  48         1819  
4              
5             our $VERSION = '0.000155';
6              
7 48     48   259 use base 'Test2::Workflow::Task';
  48         100  
  48         20960  
8 48     48   416 use Test2::Util::HashBase qw/around/;
  48         143  
  48         222  
9              
10             1;
11              
12             __END__