| blib/lib/Algorithm/BellmanFord.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 0 | 8 | 0.0 |
| line | true | false | branch |
|---|---|---|---|
| 37 | 0 | 0 | unless open FILE, "$$self{'input_file'}" |
| 38 | 0 | 0 | unless open FILE2, "$$self{'output_file'}" |
| 76 | 0 | 0 | unless open FILE2, '>>output.txt' |
| 98 | 0 | 0 | if ($dist{$u} + $wt[$n] < $dist{$v}) |