| blib/lib/Acme/Sort/Bozo.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 11 | 12 | 91.6 |
| line | true | false | branch |
|---|---|---|---|
| 35 | 1 | 1 | ref($_[0]) =~ /CODE/ ? : |
| 38 | 0 | 2 | if @_ < 2 |
| 49 | 1 | 483 | unless ref($compare) =~ /CODE/ |
| 51 | 1 | 482 | unless ref($listref) =~ /ARRAY/ |
| 54 | 479 | 422 | if &$compare($$listref[$_], $$listref[$_ + 1]) > 0 |
| 76 | 1 | 12 | unless scalar @_ == 2 |