Branch Coverage

blib/lib/Algorithm/CriticalPath.pm
Criterion Covered Total %
branch 6 6 100.0


line true false branch
45 2 5 if (not defined $self->graph or $self->graph->has_a_cycle or $self->graph->is_pseudo_graph or $self->graph->is_refvertexed or $self->graph->is_undirected or $self->graph->is_multiedged or $self->graph->is_multivertexed)
105 15 7 if ($costToHere{$node} + $copy->get_vertex_weight($s) > $costToHere{$s})
115 12 4 if $_ ne $start