Condition Coverage

blib/lib/Business/NAB/Australian/DirectEntry/Report.pm
Criterion Covered Total %
condition 6 9 66.6


or 3 conditions

line l !l&&r !l&&!r condition
187 4 2 0 $ValueSummary //= $class->new("record_type", $type eq "credit" ? 54 : 58, "sub_trancode", "UVD", "number_of_items", scalar @payments, "total_of_items", &sum0(map({$_->amount;} @payments)))
209 2 1 0 $FailedSummary //= $class->new("sub_trancode", "UXS", "number_of_items", scalar @failed, "failed_item_treatment_option", 1, "text", "Failed items will be returned as individual items to your trace account.", "total_of_items", &sum0(map({$_->amount;} @failed)))
240 1 2 0 $DisclaimerRecord //= $class->new("text", "(c) 2012 National Australia Bank Limit ABN 12 004 044 937")