File Coverage

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