Condition Coverage

blib/lib/Graph/Reader/TGF.pm
Criterion Covered Total %
condition 12 12 100.0


and 3 conditions

line !l l&&!r l&&r condition
26 4 1 2 exists $param_hr->{'edge_callback'} and defined $param_hr->{'edge_callback'}
5 1 1 exists $param_hr->{'edge_callback'} and defined $param_hr->{'edge_callback'} and ref $param_hr->{'edge_callback'} ne 'CODE'
33 3 1 2 exists $param_hr->{'vertex_callback'} and defined $param_hr->{'vertex_callback'}
4 1 1 exists $param_hr->{'vertex_callback'} and defined $param_hr->{'vertex_callback'} and ref $param_hr->{'vertex_callback'} ne 'CODE'