File Coverage

blib/lib/ObjectDB/RelatedFactory.pm
Criterion Covered Total %
statement 9 10 90.0
branch n/a
condition n/a
subroutine 3 4 75.0
pod 0 1 0.0
total 12 15 80.0


line stmt bran cond sub pod time code
1             package ObjectDB::RelatedFactory;
2              
3 5     5   35 use strict;
  5         10  
  5         149  
4 5     5   25 use warnings;
  5         9  
  5         211  
5              
6             our $VERSION = '3.27';
7              
8 5     5   33 use base 'ObjectDB::Factory';
  5         12  
  5         473  
9              
10 0     0 0   sub namespace { 'ObjectDB::Related::' }
11              
12             1;