| blib/lib/Sys/Export.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 13 | 21 | 61.9 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 101 | 0 | 5 | 2 | builtin::blessed($_[0]) and $_[0]->can("add") |
| 102 | 5 | 0 | 6 | builtin::blessed($_[0]) and $_[0]->can("user") |
| 124 | 9 | 0 | 16 | @_ == 1 and &isa_array($_[0]) |
| 125 | 6 | 10 | 9 | @_ > 2 && &isa_hash($_[-1]) |
| 143 | 0 | 12 | 4 | $mode_desc and $mode_desc->[2] |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 75 | 1 | 0 | 0 | delete $config{'type'} // $^O |
| 77 | 0 | 1 | 0 | $osname_to_class{$type} // $type |