File Coverage

blib/lib/Device/WebIO/Device/Serial.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::Serial;
2             $Device::WebIO::Device::Serial::VERSION = '0.022';
3 1     1   709 use v5.12;
  1         3  
4 1     1   4 use Moo;
  1         1  
  1         6  
5 1     1   256 use namespace::clean;
  1         3  
  1         6  
6              
7              
8             1;
9             __END__