File Coverage

blib/lib/Jmespath/JMESPathException.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 Jmespath::JMESPathException;
2 3     3   1187 use Moose;
  3         3  
  3         14  
3             extends 'Jmespath::ValueException';
4             with 'Throwable';
5              
6 3     3   12561 no Moose;
  3         4  
  3         10  
7             1;