Condition Coverage

blib/lib/AnyEvent/GDB.pm
Criterion Covered Total %
condition 0 13 0.0


and 3 conditions

line !l l&&!r l&&r condition
160 0 0 0 $$self{'trace'} and not exists $$self{'verbose'}
380 0 0 0 not $@ and length $1

or 2 conditions

line l !l condition
157 0 0 delete $$self{'exec'} // 'gdb'
158 0 0 delete $$self{'args'} // ['-n']

or 3 conditions

line l !l&&r !l&&!r condition
228 0 0 0 $$self{'ww'} ||= &AE::io($$self{'fh'}, 1, $$self{'wcb'})