File Coverage

blib/lib/Net/Dropbear.pm
Criterion Covered Total %
statement 5 5 100.0
branch n/a
condition n/a
subroutine 2 2 100.0
pod n/a
total 7 7 100.0


line stmt bran cond sub pod time code
1             package Net::Dropbear;
2              
3 1     1   728 use strict;
  1         2  
  1         25  
4 1     1   14 use v5.8;
  1         3  
5             our $VERSION = '0.06';
6              
7             1;
8             __END__