Condition Coverage

blib/lib/Term/Graille/Interact.pm
Criterion Covered Total %
condition 0 21 0.0


and 3 conditions

line !l l&&!r l&&r condition
124 0 0 0 $objectId and $self->{'objects'}{$objectId}
293 0 0 0 $self->{'objects'}{$self->{'activeObject'}} and ref $self->{'objects'}{$self->{'activeObject'}} ne "HASH"
0 0 0 $self->{'objects'}{$self->{'activeObject'}} and ref $self->{'objects'}{$self->{'activeObject'}} ne "HASH" and $self->{'objects'}{$self->{'activeObject'}}->can("close")

or 2 conditions

line l !l condition
102 0 0 $actions // {}
197 0 0 $objectId // ""
207 0 0 get_escape_sequence() // "esc"

or 3 conditions

line l !l&&r !l&&!r condition
99 0 0 0 $objectId //= $self->newId
101 0 0 0 $self->{'objects'}{$objectId}{'objectId'} //= $objectId