File Coverage

blib/lib/WebService/IMDB/WhereNow.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             # $Id: WhereNow.pm 7370 2012-04-09 01:17:33Z chris $
2              
3             =head1 NAME
4              
5             WebService::IMDB::WhereNow
6              
7             =head1 DESCRIPTION
8              
9             WebService::IMDB::WhereNow isa L.
10              
11             =cut
12              
13             package WebService::IMDB::WhereNow;
14              
15 2     2   11 use strict;
  2         2  
  2         67  
16 2     2   10 use warnings;
  2         5  
  2         168  
17              
18             our $VERSION = '0.05';
19              
20 2     2   11 use base qw(WebService::IMDB::DateText);
  2         4  
  2         143  
21              
22             1;