File Coverage

/tmp/16bf0GS1B6
Criterion Covered Total %
statement 5 5 100.0
branch n/a
condition n/a
subroutine 2 2 100.0
pod n/a
total 7 7 100.0


line stmt bran cond sub pod time code
1             package CCC;
2 2     2   5051341 use Mite::Shim;
  2         12  
  2         27  
3             has list => is => 'ro';
4             sub BUILDARGS {
5 1     1   3 my ( $self, @args ) = @_;
6 1         3 return { list => \@args };
7             }
8             1;