blib/lib/Pinwheel/View/Data.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 17 | 17 | 100.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
94 | 51 | 3 | 6 | $_->isa('PPI::Token::Operator') and $_->content eq '=' |
102 | 1 | 14 | 17 | $var =~ /^\$/ and not $$declared{$var} |
327 | 37 | 2 | 19 | ref $content and @$content > 0 |
330 | 36 | 22 | 2 | ref $content and @$content == 0 |
line | l | !l | condition |
---|---|---|---|
70 | 7 | 132 | $d->find('PPI::Statement::Sub') || [] |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
339 | 15 | 19 | 3 | ++$i or not $ignore_tag |