Branch Coverage

blib/lib/DS/Target.pm
Criterion Covered Total %
branch 15 18 83.3


line true false branch
32 8 7 if (defined $source_type)
36 0 15 if (defined $source)
57 1 10 if ($$self{'source'})
60 10 0 if ($self->source($source))
74 32 30 if ($source) { }
76 31 1 if (my $source_type = $source->out_type) { }
77 3 28 unless ($self->validate_source_type($source_type))
97 20 0 if ($self->in_type) { }
109 22 53 if (defined $type) { }