File Coverage

lib/Comics/Fetcher/Single.pm
Criterion Covered Total %
statement 9 9 100.0
branch n/a
condition n/a
subroutine 3 3 100.0
pod n/a
total 12 12 100.0


line stmt bran cond sub pod time code
1             #! perl
2              
3 1     1   696 use strict;
  1         1  
  1         23  
4 1     1   4 use warnings;
  1         1  
  1         28  
5              
6             package Comics::Fetcher::Single;
7              
8 1     1   5 use parent qw(Comics::Fetcher::Cascade);
  1         1  
  1         4  
9              
10             =head1 NAME
11              
12             Comics::Fetcher::Single -- Simple url grabber
13              
14             =head1 DESCRIPTION
15              
16             This is just a wrapper around L.
17              
18             =cut
19              
20             our $VERSION = "1.00";
21              
22             1;