| blib/lib/OptArgs2/OptArgBase.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 9 | 15 | 60.0 |
| line | l | !l | condition |
|---|---|---|---|
| 26 | 10 | 0 | $_[0]{'comment'} // undef |
| 27 | 1 | 24 | $_[0]{'default'} // undef |
| 33 | 18 | 0 | $_[0]{'getopt'} // undef |
| 34 | 49 | 0 | $_[0]{'name'} // undef |
| 35 | 16 | 28 | $_[0]{'required'} // undef |
| 36 | 10 | 0 | $_[0]{'show_default'} // undef |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 31 | 0 | 2 | 0 | $_[0]{'encoding'} //= $OptArgs2::OptArgBase::_FIELDS->{'encoding'}{'default'} |