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   27 use strict;
  5         9  
  5         123  
4 5     5   19 use warnings;
  5         9  
  5         168  
5              
6             our $VERSION = '3.26';
7              
8 5     5   26 use base 'ObjectDB::Factory';
  5         9  
  5         378  
9              
10 0     0 0   sub namespace { 'ObjectDB::Related::' }
11              
12             1;