File Coverage

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