File Coverage

blib/lib/Device/WebIO/Exceptions.pm
Criterion Covered Total %
statement 11 11 100.0
branch n/a
condition n/a
subroutine 4 4 100.0
pod n/a
total 15 15 100.0


line stmt bran cond sub pod time code
1             package Device::WebIO::Exceptions;
2             $Device::WebIO::Exceptions::VERSION = '0.022';
3 16     16   767 use v5.12;
  16         64  
4 16     16   86 use base 'Exception::Tiny';
  16         53  
  16         7405  
5              
6             package Device::WebIO::PinDoesNotExistException;
7             $Device::WebIO::PinDoesNotExistException::VERSION = '0.022';
8 16     16   177227 use base 'Device::WebIO::Exceptions';
  16         43  
  16         1643  
9              
10              
11             package Device::WebIO::FunctionNotSupportedException;
12             $Device::WebIO::FunctionNotSupportedException::VERSION = '0.022';
13 16     16   103 use base 'Device::WebIO::Exceptions';
  16         29  
  16         1307  
14              
15              
16             1;
17             __END__