Branch Coverage

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


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