File Coverage

blib/lib/Test2/Bundle/Simple.pm
Criterion Covered Total %
statement 15 15 100.0
branch n/a
condition n/a
subroutine 5 5 100.0
pod n/a
total 20 20 100.0


line stmt bran cond sub pod time code
1             package Test2::Bundle::Simple;
2 1     1   484 use strict;
  1         7  
  1         28  
3 1     1   5 use warnings;
  1         1  
  1         38  
4              
5             our $VERSION = '0.000155';
6              
7 1     1   397 use Test2::Plugin::ExitSummary;
  1         3  
  1         7  
8              
9 1     1   537 use Test2::Tools::Basic qw/ok plan done_testing skip_all/;
  1         3  
  1         103  
10              
11             our @EXPORT = qw/ok plan done_testing skip_all/;
12 1     1   11 use base 'Exporter';
  1         5  
  1         105  
13              
14             1;
15              
16             __END__