| lib/Spreadsheet/Engine/Function/MATCH.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 17 | 20 | 85.0 |
| line | true | false | branch |
|---|---|---|---|
| 38 | 30 | 719 | unless defined $cmp |
| 39 | 56 | 663 | if $cmp == 0 |
| 42 | 142 | 521 | if ($sorted > 0 and $cmp == 1 or $sorted < 0 and $cmp == -1) |
| 47 | 12 | 509 | if $previousOK |
| 54 | 0 | 29 | if $previousOK |
| 77 | 0 | 27 | if $nrangerows > 1 and $nrangecols > 1 |
| 79 | 0 | 27 | $nrangecols > 1 ? : |
| 85 | 17 | 10 | unless my $op = $self->_sorted_op |
| 92 | 30 | 719 | unless substr($op1->type, 0, 1) eq substr($op2->type, 0, 1) |
| 94 | 128 | 591 | if $op1->is_num |