Subroutine Coverage
| blib/lib/Graph/Simple.pm |
|
| Criterion |
Covered |
Total |
% |
| subroutine |
22 |
22 |
100.0
|
| pod |
11 |
11 |
100.0
|
| line |
count |
pod |
subroutine |
|
6
|
1 |
n/a |
BEGIN |
|
7
|
1 |
n/a |
BEGIN |
|
35
|
122 |
Yes |
vertices |
|
41
|
77 |
Yes |
add_edge |
|
52
|
146 |
n/a |
_add_edge |
|
64
|
2 |
Yes |
delete_edge |
|
71
|
3 |
n/a |
_delete_edge |
|
83
|
116 |
Yes |
neighbors |
|
93
|
70 |
Yes |
weight |
|
104
|
2 |
Yes |
is_adjacent |
|
110
|
1 |
Yes |
breadth_first_search |
|
116
|
8 |
n/a |
__ANON__ |
|
119
|
8 |
n/a |
__ANON__ |
|
122
|
4 |
n/a |
__ANON__ |
|
151
|
3 |
Yes |
depth_first_search |
|
155
|
7 |
n/a |
__ANON__ |
|
156
|
13 |
n/a |
__ANON__ |
|
157
|
38 |
n/a |
__ANON__ |
|
173
|
20 |
n/a |
_dfs_visit |
|
194
|
1 |
Yes |
prim |
|
239
|
2 |
Yes |
dijkstra |
|
282
|
1 |
Yes |
shortest_path |