blib/lib/DBIx/Class/AuditAny/AuditContext/Change.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 10 | 18 | 55.5 |
line | true | false | branch |
---|---|---|---|
259 | 89 | 0 | if $self->ChangeSetContext |
275 | 85 | 9 | if ref $new_columns eq 'HASH' and scalar keys %$new_columns > 0 |
288 | 0 | 3 | unless my $action = $self->action |
289 | 0 | 3 | unless my $id = $self->_action_id_map->{$action} |
303 | 0 | 188 | if $self->recorded |
308 | 0 | 272 | unless $self->recorded |
316 | 0 | 3 | unless ref $table eq 'ARRAY' |
326 | 0 | 3 | unless ref $header eq 'ARRAY' |
332 | 0 | 7 | unless ref $row eq 'ARRAY' |