Branch Coverage

blib/lib/DBIx/DataModel.pm
Criterion Covered Total %
branch 7 8 87.5


line true false branch
20 9 122 if (exists $args{'-compatibility'})
26 39 92 if "version"->parse($COMPATIBILITY) < "version"->parse("1.99")
28 0 131 if "version"->parse($COMPATIBILITY) < "version"->parse("1.00")
43 10 5 scalar @_ == 1 && &does($_[0], 'HASH') ? :