Condition Coverage

blib/lib/App/Unix/RPasswd/UI/Cli.pm
Criterion Covered Total %
condition 0 12 0.0


and 3 conditions

line !l l&&!r l&&r condition
73 0 0 0 $self->args->{'date'} and not $self->args->{'date'} =~ /^\d{8}$/
218 0 0 0 defined $self->args->{'password'} and defined $self->args->{'base'}
234 0 0 0 $status == 1 and $self->args->{'password'} eq '-'

or 3 conditions

line l !l&&r !l&&!r condition
218 0 0 0 defined $self->args->{'password'} || defined $self->args->{'base'}