Branch Coverage

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


line true false branch
191 0 81 if (@_ == 2)
193 0 0 unless $table
234 0 10 unless $self->$attr
237 0 2 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]