blib/lib/App/Dochazka/Model.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 11 | 20 | 55.0 |
line | true | false | branch |
---|---|---|---|
225 | 1 | 1 | if (@_ % 2) |
259 | 24 | 8 | if @_ and defined $_[0] |
266 | 0 | 22 | if $self->can('populate') |
286 | 7 | 37 | if @_ |
325 | 0 | 5 | if ref $other ne ref $self |
346 | 0 | 2 | unless grep {$_ eq 'disabled';} @attr |
347 | 0 | 2 | if ref $other ne ref $self |
352 | 0 | 2 | unless eq_deeply($self, $other) |
353 | 0 | 0 | unless not $self_disabled || $other_disabled or $self_disabled and $other_disabled |
415 | 0 | 0 | if (grep {$_ eq $attr;} @attrs) |