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
74 44 0 31 defined $token and $token =~ /^.*$/

or 2 conditions

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

or 3 conditions

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