blib/lib/MooX/Options/Descriptive/Usage.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 3 | 14 | 21.4 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
89 | 0 | 45 | 0 | defined $self->{'target'} and defined(my $sub_commands_options = $self->{'target'}->_options_sub_commands) |
255 | 0 | 0 | 0 | defined $self->{'target'} and defined(my $sub_commands_options = $self->{'target'}->_options_sub_commands) |
319 | 0 | 0 | 0 | $sub_command->{'command'}->can('_options_config') and defined(my $desc = {$sub_command->{'command'}->_options_config}->{'description'}) |
343 | 0 | 0 | 0 | not ref $authors and length $authors |
line | l | !l | condition |
---|---|---|---|
175 | 33 | 12 | $ENV{'TEST_FORCE_COLUMN_SIZE'} || eval { do { &use_module('Term::Size::Any'); [Term::Size::Any::chars()]->[0] } } || 80 |