blib/lib/Finance/PaycheckRecords.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 7 | 12 | 58.3 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
69 | 42 | 0 | 6 | $coords[0] == 4 and $coords[1] == 0 |
line | l | !l | condition |
---|---|---|---|
127 | 0 | 4 | $config->{'net_deposit'} // 'Net This Check' |
147 | 4 | 0 | $config->{'category'} // 'Income' |
168 | 20 | 0 | $values->{$current} // 0 |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
144 | 2 | 0 | 2 | $config->{'memo'} // "Paycheck for $paystub->{'pay_period'}" |