File Coverage

blib/lib/Dash/Exceptions/DashException.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 Dash::Exceptions::DashException;
2              
3 6     6   3160 use Moo;
  6         15  
  6         41  
4              
5             with 'Throwable';
6              
7             1;
8              
9             __END__