Condition Coverage

blib/lib/Term/TUI.pm
Criterion Covered Total %
condition 0 23 0.0


and 3 conditions

line !l l&&!r l&&r condition
96 0 0 0 $err and not $err =~ /^\d+$/
241 0 0 0 $mode and $cmd
0 0 0 $mode and @args
316 0 0 0 exists $$tmp{$mode} and ref $$tmp{$mode} eq 'HASH'
378 0 0 0 not $cmd and @args
435 0 0 0 exists $$moderef{$cmd} and ref $$moderef{$cmd} eq 'ARRAY'

or 2 conditions

line l !l condition
76 0 0 $term->OUT || 'STDOUT'

or 3 conditions

line l !l&&r !l&&!r condition
213 0 0 0 not defined $Cmdref or ref $Cmdref ne 'HASH'