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   36 use strict;
  5         13  
  5         151  
4 5     5   28 use warnings;
  5         11  
  5         238  
5              
6             our $VERSION = '3.28';
7              
8 5     5   33 use base 'ObjectDB::Factory';
  5         11  
  5         448  
9              
10 0     0 0   sub namespace { 'ObjectDB::Related::' }
11              
12             1;