File Coverage

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