File Coverage

blib/lib/URI/bolt.pm
Criterion Covered Total %
statement 3 4 75.0
branch n/a
condition n/a
subroutine 1 2 50.0
pod 1 1 100.0
total 5 7 71.4


line stmt bran cond sub pod time code
1             package URI::bolt;
2            
3             require URI::_server;
4             @ISA=qw(URI::_server);
5            
6 3     3   324584 use strict;
  3         35  
  3         174  
7            
8 0     0 1   sub default_port { 7687 }
9            
10             1;