blib/lib/Chess/Plisco/Macro.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 9 | 15 | 60.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
320 | 0 | 0 | 0 | $to < @siblings and $siblings[$to]->isa("PPI::Structure::List") |
339 | 1 | 2 | 5 | not defined $first_significant and $siblings[$to]->significant |
540 | 2 | 0 | 1 | $siblings[$i]->isa("PPI::Token::Structure") and ";" eq $siblings[$i]->content |
563 | 7 | 0 | 1 | $argnode->isa("PPI::Token::Operator") and "," eq $argnode->content |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
378 | 10 | 0 | 132 | $_[1]->isa("PPI::Token::Symbol") or $_[1]->isa("PPI::Token::Word") |