Branch Coverage

lib/Spreadsheet/Engine/Function/NPV.pm
Criterion Covered Total %
branch 5 10 50.0


line true false branch
14 0 51 if $rate->is_error
22 0 137 if $op->is_error and not $type->is_error
25 137 0 if ($op->is_num)
26 0 137 unless $factor *= 1 + $rate->value
32 51 0 $type->is_num ? :