Condition Coverage

lib/Term/UI.pm
Criterion Covered Total %
condition 0 36 0.0


and 3 conditions

line !l l&&!r l&&r condition
137 0 0 0 $$args{'multi'} and defined $$args{'default'}
0 0 0 $$args{'multi'} and defined $$args{'default'} and ref $$args{'default'} ne 'ARRAY'
169 0 0 0 $prompt_add and $$args{'multi'}
181 0 0 0 $$args{'multi'} and ref $$args{'default'} eq 'ARRAY'
303 0 0 0 not defined $default and $Term::UI::VERBOSE
309 0 0 0 $multi and defined $default
322 0 0 0 $multi and defined $default
367 0 0 0 $answer > 0 and defined $$choices[$answer - 1]
381 0 0 0 scalar @$choices and not scalar @answers

or 3 conditions

line l !l&&r !l&&!r condition
381 0 0 0 @rv != @answers or scalar @$choices and not scalar @answers
441 0 0 0 $input =~ s/(?:^|\s+)--?([-\w]+=("|').+?\2)(?=\Z|\s+)// or $input =~ s/(?:^|\s+)--?([-\w]+=\S+)(?=\Z|\s+)//
0 0 0 $input =~ s/(?:^|\s+)--?([-\w]+=("|').+?\2)(?=\Z|\s+)// or $input =~ s/(?:^|\s+)--?([-\w]+=\S+)(?=\Z|\s+)// or $input =~ s/(?:^|\s+)--?([-\w]+)(?=\Z|\s+)//