Branch Coverage

blib/lib/SQL/Translator/Schema/Trigger.pm
Criterion Covered Total %
branch 7 14 50.0


line true false branch
190 0 81 if (@_ == 2)
192 0 0 unless $table
231 0 10 unless $self->$attr
234 0 2 if $self->database_event eq "update_on" and not $self->fields
318 0 3 unless ref $first eq "ARRAY" and ref $second eq "ARRAY"
320 1 2 unless @$first == @$second
327 0 3 if @first[$i] ne @second[$i]