File Coverage

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


line stmt bran cond sub pod time code
1             package Device::WebIO::Exceptions;
2             $Device::WebIO::Exceptions::VERSION = '0.010';
3 14     14   469 use v5.12;
  14         27  
  14         431  
4 14     14   44 use base 'Exception::Tiny';
  14         15  
  14         4782  
5              
6             package Device::WebIO::PinDoesNotExistException;
7             $Device::WebIO::PinDoesNotExistException::VERSION = '0.010';
8 14     14   107915 use base 'Device::WebIO::Exceptions';
  14         18  
  14         846  
9              
10              
11             package Device::WebIO::FunctionNotSupportedException;
12             $Device::WebIO::FunctionNotSupportedException::VERSION = '0.010';
13 14     14   49 use base 'Device::WebIO::Exceptions';
  14         14  
  14         643  
14              
15              
16             1;
17             __END__