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   35 use strict;
  5         26  
  5         141  
4 5     5   27 use warnings;
  5         8  
  5         130  
5              
6 5     5   29 use base 'ObjectDB::Factory';
  5         9  
  5         2101  
7              
8             our $VERSION = '3.28';
9              
10 5     5 0 21 sub namespace { 'ObjectDB::Meta::Relationship::' }
11              
12             1;