blib/lib/MP3/M3U/Parser/Dummy.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 MP3::M3U::Parser::Dummy; | ||||||
2 | 7 | 7 | 24 | use strict; | |||
7 | 9 | ||||||
7 | 160 | ||||||
3 | 7 | 7 | 20 | use warnings; | |||
7 | 7 | ||||||
7 | 150 | ||||||
4 | 7 | 7 | 20 | use vars qw( $VERSION ); | |||
7 | 8 | ||||||
7 | 269 | ||||||
5 | |||||||
6 | $VERSION = '2.32'; | ||||||
7 | |||||||
8 | 1; | ||||||
9 | |||||||
10 | __END__ |