File Coverage

blib/lib/URI/rtspu.pm
Criterion Covered Total %
statement 9 10 90.0
branch n/a
condition n/a
subroutine 3 4 75.0
pod 1 1 100.0
total 13 15 86.6


line stmt bran cond sub pod time code
1             package URI::rtspu;
2              
3 1     1   7 use strict;
  1         2  
  1         30  
4 1     1   5 use warnings;
  1         3  
  1         39  
5              
6             our $VERSION = '5.20';
7              
8 1     1   6 use parent 'URI::rtsp';
  1         2  
  1         13  
9              
10 0     0 1   sub default_port { 554 }
11              
12             1;