File Coverage

blib/lib/Test2/Bundle/Extended.pm
Criterion Covered Total %
statement 14 14 100.0
branch n/a
condition n/a
subroutine 5 5 100.0
pod n/a
total 19 19 100.0


line stmt bran cond sub pod time code
1             package Test2::Bundle::Extended;
2 149     149   123092 use strict;
  149         1097  
  149         4268  
3 149     149   713 use warnings;
  149         277  
  149         3486  
4              
5 149     149   58157 use Test2::V0;
  149         509  
  149         984  
6              
7             our $VERSION = '0.000153';
8              
9             BEGIN {
10 149     149   1433 push @Test2::Bundle::Extended::ISA => 'Test2::V0';
11 149     149   1087 no warnings 'once';
  149         375  
  149         6125  
12 149         9367 *EXPORT = \@Test2::V0::EXPORT;
13             }
14              
15             our %EXPORT_TAGS = (
16             'v1' => \@Test2::Bundle::Extended::EXPORT,
17             );
18              
19             1;
20              
21             __END__