Condition Coverage

blib/lib/Macro/Simple.pm
Criterion Covered Total %
condition 10 24 41.6


and 3 conditions

line !l l&&!r l&&r condition
11 0 0 1 $] ge 5.014 && require Parse::Keyword && require PPI
29 2 0 0 "HASH" eq ref $generator and $generator->{'is'}
33 2 0 0 "HASH" eq ref $generator and $generator->{'assert'}
88 6 0 2 $t->isa("PPI::Token::Operator") and $t =~ /\A(,|\=\>)\z/
133 4 0 0 $backslashed and $chars eq "\@"
4 0 0 $backslashed and $chars eq "%"
148 2 0 0 $#args >= $i and not $saw_slurpy

or 3 conditions

line l !l&&r !l&&!r condition
88 0 4 2 defined $args[-1] or not $t->isa("PPI::Token::Whitespace")