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   493 use strict;
  1         8  
  1         30  
3 1     1   5 use warnings;
  1         2  
  1         47  
4              
5             our $VERSION = '0.000156';
6              
7 1     1   410 use Test2::Plugin::ExitSummary;
  1         3  
  1         8  
8              
9 1     1   506 use Test2::Tools::Basic qw/ok plan done_testing skip_all/;
  1         3  
  1         118  
10              
11             our @EXPORT = qw/ok plan done_testing skip_all/;
12 1     1   8 use base 'Exporter';
  1         2  
  1         112  
13              
14             1;
15              
16             __END__