Branch Coverage

blib/lib/DS/Transformer/Opaque.pm
Criterion Covered Total %
branch 6 8 75.0


line true false branch
36 1 2 if ($source)
37 0 1 unless $$self{'internal_source'} = 'DS::Source::Push'->new($source->out_type)
48 1 29 if ($target)
54 0 1 unless $$self{'internal_target'} = 'DS::Target::Sub'->new(sub { my(undef, $row) = @_; $self->pass_row($row); } , $target->in_type)