File Coverage

blib/lib/URI/_foreign.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 URI::_foreign;
2              
3 7     7   905265 use strict;
  7         15  
  7         323  
4 7     7   46 use warnings;
  7         13  
  7         524  
5              
6 7     7   38 use parent 'URI::_generic';
  7         13  
  7         50  
7              
8             our $VERSION = '5.34';
9              
10             1;