Branch Coverage

blib/lib/Rose/DB/Object/Metadata/Column/Boolean.pm
Criterion Covered Total %
branch 1 4 25.0


line true false branch
24 0 0 $db->validate_boolean_keyword($value) && $db->should_inline_boolean_keyword($value) || $db->keyword_function_calls && $value =~ /^\w+\(.*\)$/ ? :
36 4 0 if $type eq 'get' or $type eq 'set' or $type eq 'get_set'