Branch Coverage

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


line true false branch
21 8 104 if (exists $args{'-compatibility'})
27 39 73 if "version"->parse($COMPATIBILITY) < "version"->parse("1.99")
29 0 112 if "version"->parse($COMPATIBILITY) < "version"->parse("1.00")
44 9 3 scalar @_ == 1 && &does($_[0], 'HASH') ? :