File Coverage

/tmp/yJbNyrSsGB
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   4976162 has list => is => 'ro';
  2         7  
  2         25  
3             my ( $self, @args ) = @_;
4             return { list => \@args };
5 1     1   3 }
6 1         4 1;