line |
!l |
l&&!r |
l&&r |
condition |
73
|
0 |
0 |
0 |
length $self->{'file'} and $self->_is_array($self->{'file'})
|
74
|
0 |
0 |
0 |
length $self->{'line'} and $self->_is_array($self->{'line'})
|
126
|
0 |
0 |
0 |
not ref $self->{$k} and length $self->{$k}
|
171
|
0 |
0 |
0 |
$self->_is_object($elem) and $elem->isa("Text::PO::Element")
|
265
|
0 |
0 |
14 |
not ref $text and length $text
|
319
|
10 |
2 |
19 |
length $self->{'file'} and length $self->{'line'}
|
320
|
19 |
0 |
0 |
$self->_is_array($self->{'file'}) and not scalar @{$self->{'file'};}
|
397
|
0 |
3 |
47 |
not ref $_[0] and length $_[0]
|