Condition Coverage

blib/lib/Ref/Util/Rewriter.pm
Criterion Covered Total %
condition 8 11 72.7


and 3 conditions

line !l l&&!r l&&r condition
93 0 43 16 not $statement_def and $sib->$Ref::Util::Rewriter::_isa('PPI::Token::Operator')
154 6 0 10 $sib and $sib->content eq ';'

or 2 conditions

line l !l condition
199 3 54 $statement->find(sub { $_[1]->content eq 'eval' if $_[1]->isa('PPI::Token::Word'); } ) || []

or 3 conditions

line l !l&&r !l&&!r condition
95 15 0 1 $content eq 'eq' or $content eq 'ne'