blib/lib/Mail/Karmasphere/Parser/Simple/URLList.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
statement | 11 | 12 | 91.6 |
branch | n/a | ||
condition | n/a | ||
subroutine | 5 | 6 | 83.3 |
pod | 0 | 1 | 0.0 |
total | 16 | 19 | 84.2 |
line | stmt | bran | cond | sub | pod | time | code |
---|---|---|---|---|---|---|---|
1 | package Mail::Karmasphere::Parser::Simple::URLList; | ||||||
2 | |||||||
3 | 2 | 2 | 2190 | use strict; | |||
2 | 4 | ||||||
2 | 65 | ||||||
4 | 2 | 2 | 10 | use warnings; | |||
2 | 6 | ||||||
2 | 60 | ||||||
5 | 2 | 2 | 12 | use base 'Mail::Karmasphere::Parser::Simple::List'; | |||
2 | 2 | ||||||
2 | 780 | ||||||
6 | |||||||
7 | 1 | 1 | 4 | sub _streams { "url" } | |||
8 | |||||||
9 | 1 | 1 | 3 | sub _type { "url" } | |||
10 | |||||||
11 | 0 | 0 | 0 | sub my_format { "simple.urllist" } # the source table's "magic" field | |||
12 | |||||||
13 | 1; |