Condition Coverage

lib/Devel/Trepan/Interface/User.pm
Criterion Covered Total %
condition 2 17 11.7


and 3 conditions

line !l l&&!r l&&r condition
42 12 1 0 $inp and $inp->isa('Devel::Trepan::IO:InputBase')
62 0 0 0 $self->{'input'}{'readline'} and $self->{'input'}{'readline'}->can('add_history')
176 0 0 0 $last and '\\' eq substr($last, -1)
190 0 0 0 defined $prompt and $prompt

or 2 conditions

line l !l condition
175 0 0 $last ||= ''

or 3 conditions

line l !l&&r !l&&!r condition
131 0 0 0 $ENV{'HOME'} || $ENV{'HOMEPATH'} || glob('~')