File Coverage

/tmp/.liveman/Aion-2.2-0/aion.t/lib/Class/All/Stringify.pm
Criterion Covered Total %
statement 3 3 100.0
branch n/a
condition n/a
subroutine 1 1 100.0
pod n/a
total 4 4 100.0


line stmt bran cond sub pod time code
1             package Class::All::Stringify;
2              
3 1     1   854 use Aion;
  1         2  
  1         4  
4              
5             with q/Role::Keys::Stringify/;
6             with q/Role::Values::Stringify/;
7              
8             has [qw/key1 key2/] => (is => 'rw', isa => Str);
9              
10             1;