File Coverage

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


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