Condition Coverage

blib/lib/Term/Choose/Util.pm
Criterion Covered Total %
condition 0 60 0.0


and 3 conditions

line !l l&&!r l&&r condition
77 0 0 0 not defined $opt->{$key} and defined $defaults->{$key}
275 0 0 0 $file_fs =~ /^\./ and not $self->{'show_hidden'}
361 0 0 0 defined $idxs and @$idxs
443 0 0 0 $file_fs =~ /^\./ and not $self->{'show_hidden'}
505 0 0 0 $file_fs =~ /^\./ and not $self->{'show_hidden'}
614 0 0 0 defined $self->{'default_number'} and length $self->{'default_number'} <= $digits
704 0 0 0 defined $str and $sep ne ""
718 0 0 0 length $opt->{'cs_label'} && !($opt->{'cs_label'} =~ /\R\z/)
725 0 0 0 defined $self->{'mark'} and @{$self->{'mark'};}
792 0 0 0 not @$new_idx and $self->{'all_by_default'}

or 2 conditions

line l !l condition
300 0 0 $self->{'cs_label'} // "Chosen Dirs: "
330 0 0 $self->{'prompt'} // "Change Location:"
350 0 0 $self->{'prompt2'} // "Add Directories:"
380 0 0 $self->{'prompt'} // "Choose the source directory:"
411 0 0 $self->{'cs_label'} // "Directory: "
412 0 0 $self->{'prompt'} // "Choose a Directory:"
512 0 0 $self->{'cs_label'} // "File: "
513 0 0 $self->{'prompt2'} // "Choose a File:"
628 0 0 $self->{'cs_label'} // ""
836 0 0 $$values[$new->{$key}] // ""
901 0 0 $$values[$new->{$key}] // ""
957 0 0 $opt ||= {}

or 3 conditions

line l !l&&r !l&&!r condition
626 0 0 0 defined $self->{'cs_label'} or length $result
765 0 0 0 not defined $idx[0] or $idx[0] == 0