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.009';
3 14     14   768 use v5.12;
  14         47  
  14         637  
4 14     14   72 use base 'Exception::Tiny';
  14         20  
  14         7721  
5              
6             package Device::WebIO::PinDoesNotExistException;
7             $Device::WebIO::PinDoesNotExistException::VERSION = '0.009';
8 14     14   172022 use base 'Device::WebIO::Exceptions';
  14         34  
  14         1612  
9              
10              
11             package Device::WebIO::FunctionNotSupportedException;
12             $Device::WebIO::FunctionNotSupportedException::VERSION = '0.009';
13 14     14   81 use base 'Device::WebIO::Exceptions';
  14         30  
  14         1036  
14              
15              
16             1;
17             __END__