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   336 use strict;
  48         100  
  48         1379  
3 48     48   333 use warnings;
  48         103  
  48         2108  
4              
5             our $VERSION = '0.000156';
6              
7 48     48   286 use base 'Test2::Workflow::Task';
  48         157  
  48         21405  
8 48     48   471 use Test2::Util::HashBase qw/around/;
  48         118  
  48         209  
9              
10             1;
11              
12             __END__