Condition Coverage

lib/Term/RouterCLI/Help.pm
Criterion Covered Total %
condition 0 20 0.0


and 3 conditions

line !l l&&!r l&&r condition
121 0 0 0 exists $$self{'_hCommandDirectives'}{'desc'} and defined $$self{'_hCommandDirectives'}{'desc'}
128 0 0 0 exists $$self{'_hCommandDirectives'}{'help'} and defined $$self{'_hCommandDirectives'}{'help'}
135 0 0 0 $$self{'display_subcommands_in_help'} and exists $$self{'_hCommandDirectives'}{'cmds'}
178 0 0 0 exists $$self{'_hCommandDirectives'}{'maxargs'} and $$self{'_hCommandDirectives'}{'maxargs'} >= 1
181 0 0 0 exists $$self{'_hCommandDirectives'}{'argdesc'} and defined $$self{'_hCommandDirectives'}{'argdesc'}

or 2 conditions

line l !l condition
216 0 0 $$self{'_hCommandTreeAtLevel'}{$sCommandName}{'desc'} || '(no description)'

or 3 conditions

line l !l&&r !l&&!r condition
188 0 0 0 exists $$self{'_hCommandTreeAtLevel'}{$_}{'alias'} or exists $$self{'_hCommandTreeAtLevel'}{$_}{'syn'}