Condition Coverage

blib/lib/C/Sharp/Tokener.pm
Criterion Covered Total %
condition 6 15 40.0


and 3 conditions

line !l l&&!r l&&r condition
47 0 0 0 $current_token eq 'ERROR' && "Detail: $error_details"
68 36 0 0 $_ eq 'get' || $_ eq 'set' and not $handle_get_set

or 3 conditions

line l !l&&r !l&&!r condition
68 0 0 36 $_ eq 'get' || $_ eq 'set'
86 26 0 10 not is_keyword($1) or $allow_keyword
89 0 1 49 /^\.\d/ or /^\d/