Branch Coverage

blib/lib/Rose/DB/Object/Metadata/Column/Date.pm
Criterion Covered Total %
branch 1 20 5.0


line true false branch
35 0 0 $db->validate_date_keyword($value) && $db->should_inline_date_keyword($value) || $db->keyword_function_calls && $value =~ /^\w+\(.*\)$/ ? :
43 0 0 if $type eq 'set'
44 0 0 if $type eq 'get'
46 0 0 if ($type eq 'get_set')
50 0 0 @$args == 2 ? :
64 0 0 if ($dt) { }
66 0 0 if UNIVERSAL::isa($dt, 'DateTime')
73 0 0 if (my $error = 'Rose::DateTime::Util'->error)
75 0 0 if defined $_[0]
88 4 0 if $type eq 'get' or $type eq 'set' or $type eq 'get_set'