File Coverage

blib/lib/App/RecordStream/DomainLanguage/Valuation.pm
Criterion Covered Total %
statement 6 6 100.0
branch n/a
condition n/a
subroutine 2 2 100.0
pod n/a
total 8 8 100.0


line stmt bran cond sub pod time code
1             package App::RecordStream::DomainLanguage::Valuation;
2              
3 27     27   155 use strict;
  27         59  
  27         669  
4 27     27   134 use warnings;
  27         58  
  27         635  
5              
6             # marker
7              
8             1;