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 4     4   29 use strict;
  4         9  
  4         118  
10 4     4   22 use warnings;
  4         8  
  4         112  
11              
12 4     4   23 use Genealogy::Wills::DB;
  4         8  
  4         196  
13              
14             our @ISA = ('Genealogy::Wills::DB');
15              
16             1;