File Coverage

blib/lib/Genealogy/Wills/DB/wills.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             package Genealogy::Wills::DB::wills;
2              
3             =head1 NAME
4              
5             Genealogy::Wills::DB::wills
6              
7             =cut
8              
9 3     3   24 use strict;
  3         6  
  3         101  
10 3     3   18 use warnings;
  3         6  
  3         99  
11              
12 3     3   19 use Genealogy::Wills::DB;
  3         6  
  3         148  
13              
14             our @ISA = ('Genealogy::Wills::DB');
15              
16             1;