Condition Coverage

blib/lib/PerlX/Assert/Keyword.pm
Criterion Covered Total %
condition 5 7 71.4


and 2 conditions

line l !l condition
58 58 50 $$ref =~ /\A( \s+ )/ux and $X = 1
58 0 $$ref =~ /\A\#/u and $X = 2

or 3 conditions

line l !l&&r !l&&!r condition
58 50 0 58 $$ref =~ /\A( \s+ )/ux and $X = 1 or $$ref =~ /\A\#/u and $X = 2