Condition Coverage

blib/lib/String/Tokenizer.pm
Criterion Covered Total %
condition 9 14 64.2


and 3 conditions

line !l l&&!r l&&r condition
73 44 0 31 defined $token and $token =~ /^.*$/

or 2 conditions

line l !l condition
250 1 12 $num_token_to_skip ||= 1

or 3 conditions

line l !l&&r !l&&!r condition
16 0 10 0 ref $_class || $_class
132 0 4 0 ref $_class || $_class
176 1 2 38 $$self{'index'} <= 0 or $$self{'index'} >= scalar @{$$self{'tokens'};}