File Coverage

blib/lib/Device/WebIO/Device/OneWire.pm
Criterion Covered Total %
statement 9 9 100.0
branch n/a
condition n/a
subroutine 3 3 100.0
pod n/a
total 12 12 100.0


line stmt bran cond sub pod time code
1             package Device::WebIO::Device::OneWire;
2             $Device::WebIO::Device::OneWire::VERSION = '0.009';
3 1     1   1322 use v5.12;
  1         4  
  1         48  
4 1     1   5 use Moo;
  1         2  
  1         6  
5 1     1   301 use namespace::clean;
  1         2  
  1         16  
6              
7              
8             1;
9             __END__