Branch Coverage

blib/lib/SQL/Translator/Schema/Trigger.pm
Criterion Covered Total %
branch 5 14 35.7


line true false branch
191 0 39 if (@_ == 2)
193 0 0 unless $table
234 0 0 unless $self->$attr
237 0 0 if $self->database_event eq "update_on" and not $self->fields
317 0 3 unless ref $first eq "ARRAY" and ref $second eq "ARRAY"
319 1 2 unless @$first == @$second
326 0 3 if @first[$i] ne @second[$i]