lib/WWW/Mixi/Scraper/Plugin/ListBookmark.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
statement | 9 | 11 | 81.8 |
branch | n/a | ||
condition | n/a | ||
subroutine | 3 | 4 | 75.0 |
pod | 1 | 1 | 100.0 |
total | 13 | 16 | 81.2 |
line | stmt | bran | cond | sub | pod | time | code |
---|---|---|---|---|---|---|---|
1 | package WWW::Mixi::Scraper::Plugin::ListBookmark; | ||||||
2 | |||||||
3 | 1 | 1 | 859 | use strict; | |||
1 | 2 | ||||||
1 | 33 | ||||||
4 | 1 | 1 | 6 | use warnings; | |||
1 | 2 | ||||||
1 | 28 | ||||||
5 | 1 | 1 | 6 | use WWW::Mixi::Scraper::Plugin; | |||
1 | 1 | ||||||
1 | 8 | ||||||
6 | |||||||
7 | 0 | 0 | 1 | sub scrape { warn "This plugin is deprecated"; return [] } | |||
0 | |||||||
8 | |||||||
9 | 1; | ||||||
10 | |||||||
11 | __END__ |