| lib/App/PRT/Command/AddMethod.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 5 | 6 | 83.3 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 47 | 0 | 8 | 3 | defined $cursor and ref $cursor eq 'PPI::Token::Comment' || ref $cursor eq 'PPI::Token::Whitespace' |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 47 | 4 | 1 | 6 | ref $cursor eq 'PPI::Token::Comment' || ref $cursor eq 'PPI::Token::Whitespace' |