Condition Coverage

blib/lib/Graph/Fast.pm
Criterion Covered Total %
condition 11 14 78.5


or 2 conditions

line l !l condition
70 22 9 $suboptimal->pop // (last)

or 3 conditions

line l !l&&r !l&&!r condition
74 14 2 3 $$self{'d_dist'}{$$edge{'to'}} == -1 or $$self{'d_dist'}{$$edge{'to'}} > $$self{'d_dist'}{$current} + $$edge{'weight'}
122 1 3 5 not defined $$self{'d_from'} or $$self{'d_from'} ne $from
166 31 0 0 $$self{'vertices'}{$from} // $self->add_vertex($from)
167 16 15 0 $$self{'vertices'}{$to} // $self->add_vertex($to)