File Coverage

blib/lib/Dash/Exceptions/CallbackException.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::CallbackException;
2              
3 6     6   2461 use Moo;
  6         12  
  6         30  
4              
5             with 'Throwable';
6              
7             extends 'Dash::Exceptions::DashException';
8              
9             1;
10              
11             __END__