| lib/WWW/Mixi/Scraper/Plugin/ViewEcho.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::ViewEcho; | ||||||
| 2 | |||||||
| 3 | 1 | 1 | 754 | use strict; | |||
| 1 | 2 | ||||||
| 1 | 34 | ||||||
| 4 | 1 | 1 | 6 | use warnings; | |||
| 1 | 2 | ||||||
| 1 | 88 | ||||||
| 5 | 1 | 1 | 5 | use WWW::Mixi::Scraper::Plugin; | |||
| 1 | 2 | ||||||
| 1 | 5 | ||||||
| 6 | |||||||
| 7 | 0 | 0 | 1 | sub scrape { warn "This plugin is deprecated"; return [] } | |||
| 0 | |||||||
| 8 | |||||||
| 9 | 1; | ||||||
| 10 | |||||||
| 11 | __END__ |