blib/lib/Graph/Reader/TGF.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 0 | 14 | 0.0 |
line | true | false | branch |
---|---|---|---|
26 | 0 | 0 | if (exists $$param_hr{'edge_callback'} and defined $$param_hr{'edge_callback'} and ref $$param_hr{'edge_callback'} ne 'CODE') |
33 | 0 | 0 | if (exists $$param_hr{'vertex_callback'} and defined $$param_hr{'vertex_callback'} and ref $$param_hr{'vertex_callback'} ne 'CODE') |
51 | 0 | 0 | if ($line =~ /^#/ms) |
57 | 0 | 0 | if ($vertexes) { } |
59 | 0 | 0 | unless (defined $vertex_label) |
63 | 0 | 0 | if ($$self{'vertex_callback'}) { } |
75 | 0 | 0 | if ($$self{'edge_callback'}) { } |