Condition Coverage

blib/lib/Net/NodeTransformator.pm
Criterion Covered Total %
condition 0 25 0.0


and 3 conditions

line !l l&&!r l&&r condition
32 0 0 0 $host eq 'unix/' and not $port =~ m[^/]
46 0 0 0 @_ > 1 and not @_ % 2
156 0 0 0 defined $answer and ref $answer eq 'HASH'

or 2 conditions

line l !l condition
56 0 0 $options{'bin'} ||= 'transformator'
173 0 0 $options{'data'} || {}

or 3 conditions

line l !l&&r !l&&!r condition
36 0 0 0 ref $class || $class
73 0 0 0 $options{'cv'} // &AE::cv()
101 0 0 0 $options{'cb'} or $options{'cv'}
131 0 0 0 $options{'cv'} || &AE::cv()