Condition Coverage

blib/lib/Bio/ConnectDots/ConnectorSet.pm
Criterion Covered Total %
condition 0 26 0.0


and 3 conditions

line !l l&&!r l&&r condition
96 0 0 0 $$name2dotset{$name} and $$name2dotset{$name} != $dotset

or 2 conditions

line l !l condition
182 0 0 $$dots_hash{$label} || ($$dots_hash{$label} = [])

or 3 conditions

line l !l&&r !l&&!r condition
29 0 0 0 $self->label2dotset || $self->label2dotset({})
30 0 0 0 $self->label2labelid || $self->label2labelid({})
56 0 0 0 $self->_instances || $self->_instances([])
63 0 0 0 $self->label2dotset || $self->label2dotset({})
88 0 0 0 not ref $dotset or UNIVERSAL::isa($dotset, 'Bio::ConnectDots::DotSet')
92 0 0 0 $$name2dotset{$name} || ($$name2dotset{$name} = 'Bio::ConnectDots::DotSet'->new(-'name', $name, -'db', $self->db))
181 0 0 0 $self->dots_hash || $self->dots_hash({})