File Coverage

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