Condition Coverage

blib/lib/Perl/Critic/Policy/OTRS/ProhibitPushISA.pm
Criterion Covered Total %
condition 6 6 100.0


and 3 conditions

line !l l&&!r l&&r condition
26 4 2 20 $elem ne 'push' and $elem ne 'CORE::push'

or 3 conditions

line l !l&&r !l&&!r condition
29 2 3 1 $sibling->isa('PPI::Token::Symbol') or $sibling->isa('PPI::Structure::List')