| line |
l |
!l&&r |
!l&&!r |
condition |
|
40
|
7 |
2 |
20 |
$pattern->isa("PPI::Token::Regexp::Match") or $pattern->isa("PPI::Token::QuoteLike::Regexp")
|
|
|
4 |
4 |
4 |
!length($pattern->string) || $pattern->string eq ' '
|
|
|
9 |
4 |
16 |
$pattern->isa("PPI::Token::Regexp::Match") or $pattern->isa("PPI::Token::QuoteLike::Regexp") or $pattern->isa("PPI::Token::Quote") and !length($pattern->string) || $pattern->string eq ' '
|
|
|
8 |
12 |
0 |
$pattern->isa("PPI::Token::Regexp::Match") or $pattern->isa("PPI::Token::QuoteLike::Regexp") or $pattern->isa("PPI::Token::Quote") and !length($pattern->string) || $pattern->string eq ' ' or $self->{'_allow_unquoted_patterns'} and not $pattern->isa("PPI::Token::Quote")
|