| lib/Spreadsheet/Engine/Fn/investment.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| statement | 12 | 12 | 100.0 |
| branch | n/a | ||
| condition | n/a | ||
| subroutine | 6 | 6 | 100.0 |
| pod | 3 | 3 | 100.0 |
| total | 21 | 21 | 100.0 |
| line | stmt | bran | cond | sub | pod | time | code |
|---|---|---|---|---|---|---|---|
| 1 | package Spreadsheet::Engine::Fn::investment; | ||||||
| 2 | |||||||
| 3 | 28 | 28 | 169 | use strict; | |||
| 28 | 62 | ||||||
| 28 | 929 | ||||||
| 4 | 28 | 28 | 148 | use warnings; | |||
| 28 | 59 | ||||||
| 28 | 792 | ||||||
| 5 | |||||||
| 6 | 28 | 28 | 322 | use base 'Spreadsheet::Engine::Fn::math2'; | |||
| 28 | 63 | ||||||
| 28 | 14125 | ||||||
| 7 | |||||||
| 8 | 196 | 196 | 1 | 543 | sub argument_count { -3 => 5 } | ||
| 9 | 141 | 141 | 1 | 583 | sub signature { 'n', 'n', 'n', 'n', 'n' } | ||
| 10 | 66 | 66 | 1 | 1594 | sub result_type { Spreadsheet::Engine::Value->new(type => 'n$') } | ||
| 11 | |||||||
| 12 | 1; | ||||||
| 13 | |||||||
| 14 | __END__ |