File Coverage

blib/lib/ObjectDB/Meta/RelationshipFactory.pm
Criterion Covered Total %
statement 10 10 100.0
branch n/a
condition n/a
subroutine 4 4 100.0
pod 0 1 0.0
total 14 15 93.3


line stmt bran cond sub pod time code
1             package ObjectDB::Meta::RelationshipFactory;
2              
3 5     5   28 use strict;
  5         19  
  5         116  
4 5     5   22 use warnings;
  5         6  
  5         109  
5              
6 5     5   19 use base 'ObjectDB::Factory';
  5         10  
  5         1794  
7              
8             our $VERSION = '3.26';
9              
10 5     5 0 17 sub namespace { 'ObjectDB::Meta::Relationship::' }
11              
12             1;