File Coverage

blib/lib/URI/telnet.pm
Criterion Covered Total %
statement 10 10 100.0
branch n/a
condition n/a
subroutine 4 4 100.0
pod 1 1 100.0
total 15 15 100.0


line stmt bran cond sub pod time code
1             package URI::telnet;
2              
3 1     1   13 use strict;
  1         4  
  1         63  
4 1     1   12 use warnings;
  1         3  
  1         90  
5              
6             our $VERSION = '5.20';
7              
8 1     1   12 use parent 'URI::_login';
  1         3  
  1         9  
9              
10 1     1 1 9 sub default_port { 23 }
11              
12             1;