File Coverage

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