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   163 use strict;
  27         60  
  27         684  
4 27     27   113 use warnings;
  27         49  
  27         732  
5              
6             # marker
7              
8             1;