File Coverage

/tmp/A02IFVPehD
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             use Mite::Shim;
2 2     2   4054437 has list => is => 'ro';
  2         3  
  2         22  
3             my ( $self, @args ) = @_;
4             return { list => \@args };
5 1     1   3 }
6 1         3 1;