Condition Coverage

blib/lib/Rose/DB/Object/Metadata/Column/Date.pm
Criterion Covered Total %
condition 2 15 13.3


or 3 conditions

line l !l&&r !l&&!r condition
35 0 0 0 $db->validate_date_keyword($value) && $db->should_inline_date_keyword($value) || $db->keyword_function_calls && $value =~ /^\w+\(.*\)$/
66 0 0 0 $self->time_zone || $db->server_time_zone
71 0 0 0 $self->time_zone || $db->server_time_zone
88 0 0 4 $type eq 'get' or $type eq 'set'
0 4 0 $type eq 'get' or $type eq 'set' or $type eq 'get_set'