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   141876 use strict;
  149         1151  
  149         4771  
3 149     149   749 use warnings;
  149         284  
  149         3654  
4              
5 149     149   63671 use Test2::V0;
  149         568  
  149         1109  
6              
7             our $VERSION = '0.000155';
8              
9             BEGIN {
10 149     149   1500 push @Test2::Bundle::Extended::ISA => 'Test2::V0';
11 149     149   1132 no warnings 'once';
  149         367  
  149         6601  
12 149         10189 *EXPORT = \@Test2::V0::EXPORT;
13             }
14              
15             our %EXPORT_TAGS = (
16             'v1' => \@Test2::Bundle::Extended::EXPORT,
17             );
18              
19             1;
20              
21             __END__