blib/lib/PPI/Statement/Variable.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 8 | 15 | 53.3 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
71 | 0 | 0 | 5 | &_INSTANCE($schild[0], 'PPI::Token::Word') && $schild[0]->content =~ /^(my|local|our|state)$/ |
117 | 0 | 0 | 3 | $Expression and $Expression->isa("PPI::Statement::Expression") |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
121 | 2 | 0 | 1 | $self->type eq "my" or $self->type eq "our" |
2 | 0 | 1 | $self->type eq "my" or $self->type eq "our" or $self->type eq "state" | |
156 | 1 | 0 | 2 | not $p or $p eq "," |