File Coverage

/tmp/tZ6en7ScKy
Criterion Covered Total %
statement 13 13 100.0
branch n/a
condition n/a
subroutine 5 5 100.0
pod n/a
total 18 18 100.0


line stmt bran cond sub pod time code
1             no warnings 'once';
2 2     2   3409632 our @BUILD;
  2         8  
  2         245  
3              
4             use Mite::Shim;
5             my ( $self, @args ) = @_;
6 2     2   543 push @::BUILD, [ __PACKAGE__, ref($self), @args ];
  2         6  
  2         12  
7             }
8 1     1   2  
9 1         12 use Mite::Shim;
10             extends 'PPP';
11             my ( $self, @args ) = @_;
12             push @::BUILD, [ __PACKAGE__, ref($self), @args ];
13 2     2   304 }
  2         5  
  2         7  
14              
15             1;