| blib/lib/Graph/Simple.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 15 | 20 | 75.0 |
| line | l | !l | condition |
|---|---|---|---|
| 53 | 94 | 52 | $weight ||= 0 |
| 55 | 78 | 68 | $self->_adjencies->{$u} ||= [] |
| 117 | 0 | 1 | $options{'cb_vertex_discovered'} || sub { } |
| 120 | 0 | 1 | $options{'cb_vertex_processed'} || sub { } |
| 123 | 0 | 1 | $options{'cb_edge_discovered'} || sub { } |
| 129 | 15 | 7 | $$states{$n} || 'white' |
| 154 | 0 | 3 | my $states ||= {} |
| 155 | 2 | 1 | $options{'cb_vertex_discovered'} || sub { } |
| 156 | 1 | 2 | $options{'cb_vertex_processed'} || sub { } |
| 157 | 0 | 3 | $options{'cb_edge_discovered'} || sub { } |