File Coverage

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