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 | 29 | ||||||
4 | 1 | 1 | 5 | use warnings; | |||
1 | 1 | ||||||
1 | 40 | ||||||
5 | |||||||
6 | our $VERSION = '5.19'; | ||||||
7 | |||||||
8 | 1 | 1 | 4 | use parent 'URI::rtsp'; | |||
1 | 8 | ||||||
1 | 4 | ||||||
9 | |||||||
10 | 0 | 0 | 1 | sub default_port { 554 } | |||
11 | |||||||
12 | 1; |