Condition Coverage

lib/Finance/MICR/LineParser.pm
Criterion Covered Total %
condition 30 34 88.2


or 2 conditions

line l !l condition
9 7 0 $self ||= {}
12 1 6 $$self{'transit_symbol'} ||= 'T'
13 1 6 $$self{'on_us_symbol'} ||= 'U'
14 0 7 $$self{'ammount_symbol'} ||= 'X'
15 0 7 $$self{'dash_symbol'} ||= 'D'
17 0 7 $$self{'max_clean_runs'} ||= 6
50 131 17 $$self{'_clean_runs'} ||= 0
111 2 32 $$self{'_giveup'} ||= 0
299 11 73 $$self{'is_business_check'} ||= 0
304 18 60 $$self{'is_personal_check'} ||= 0
310 13 33 $$self{'is_unknown_check'} ||= 0
327 2 4 $type =~ /^b/i || 0
328 2 4 $type =~ /^p/i || 0
329 2 4 $type =~ /^u/i || 0

or 3 conditions

line l !l&&r !l&&!r condition
23 6 1 26 $self->_match or $self->giveup
485 2 2 7 $self->is_personal_check or $self->is_business_check