| blib/lib/Rose/DB/Object/Metadata/Column/Datetime.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| branch | 0 | 12 | 0.0 | 
| line | true | false | branch | 
|---|---|---|---|
| 34 | 0 | 0 | $db->validate_datetime_keyword($value) && $db->should_inline_datetime_keyword($value) || $db->keyword_function_calls && $value =~ /^\w+\(.*\)$/ ? : | 
| 44 | 0 | 0 | defined $_[0] ? : | 
| 46 | 0 | 0 | if ($dt) { } | 
| 48 | 0 | 0 | if UNIVERSAL::isa($dt, 'DateTime') | 
| 55 | 0 | 0 | if (my $error = 'Rose::DateTime::Util'->error) | 
| 57 | 0 | 0 | if defined $_[0] |