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   34 use strict;
  5         25  
  5         146  
4 5     5   24 use warnings;
  5         12  
  5         133  
5              
6 5     5   37 use base 'ObjectDB::Factory';
  5         9  
  5         2315  
7              
8             our $VERSION = '3.27';
9              
10 5     5 0 21 sub namespace { 'ObjectDB::Meta::Relationship::' }
11              
12             1;