File Coverage

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