| blib/lib/Macro/Simple.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| condition | 10 | 24 | 41.6 | 
| line | !l | l&&!r | l&&r | condition | 
|---|---|---|---|---|
| 12 | 0 | 0 | 1 | $] ge 5.014 && require Parse::Keyword && require PPI | 
| 47 | 2 | 0 | 0 | "HASH" eq ref $generator and $generator->{'is'} | 
| 2 | 0 | 0 | "HASH" eq ref $generator and $generator->{'assert'} | |
| 107 | 6 | 0 | 2 | $t->isa("PPI::Token::Operator") and $t =~ /\A(,|\=\>)\z/ | 
| 152 | 4 | 0 | 0 | $backslashed and $chars eq "\@" | 
| 4 | 0 | 0 | $backslashed and $chars eq "%" | |
| 167 | 2 | 0 | 0 | $#args >= $i and not $saw_slurpy | 
| line | l | !l&&r | !l&&!r | condition | 
|---|---|---|---|---|
| 107 | 0 | 4 | 2 | defined $args[-1] or not $t->isa("PPI::Token::Whitespace") |