Branch Coverage

blib/lib/Fey/SQL/Update.pm
Criterion Covered Total %
branch 16 16 100.0


line true false branch
57 25 1 @_ ? :
72 2 21 if (not @_ or @_ % 2)
81 6 19 &blessed($_[$x]) && $_[$x]->is_nullable ? :
93 4 21 if &blessed($val) and overload::Overloaded($val)
96 16 9 unless (&blessed($val))
97 8 8 if (defined $val and $self->auto_placeholders) { }
145 1 20 @{$self->_update;} > 1 ? :
153 1 23 if &blessed($val) and $val->can('does') and $val->does('Fey::Role::SQL::ReturnsData')