Condition Coverage

blib/lib/Graphviz/DSL/Edge.pm
Criterion Covered Total %
condition 8 11 72.7


and 3 conditions

line !l l&&!r l&&r condition
20 2 0 266 blessed $param and $param->isa('Graphviz::DSL::Component')
43 0 40 0 blessed $obj and blessed $obj eq 'Graphviz::DSL::Graph'
55 51 13 6 $start->equal_to($edge->start) && $end->equal_to($edge->end)

or 2 conditions

line l !l condition
25 59 73 delete $args{'attributes'} || {}