Condition Coverage

blib/lib/App/PAUSE/TimeMachine.pm
Criterion Covered Total %
condition 0 14 0.0


and 3 conditions

line !l l&&!r l&&r condition
45 0 0 0 $$env{'HTTP_IF_MODIFIED_SINCE'} and $$env{'HTTP_IF_MODIFIED_SINCE'} eq $lastmod

or 2 conditions

line l !l condition
76 0 0 shift @args || 'help'

or 3 conditions

line l !l&&r !l&&!r condition
18 0 0 0 $ENV{'PAUSETM_GIT_DIR'} || "$ENV{'HOME'}/.pausetm/PAUSE-git"
0 0 0 $args{'git_dir'} ||= $ENV{'PAUSETM_GIT_DIR'} || "$ENV{'HOME'}/.pausetm/PAUSE-git"
77 0 0 0 $self->can("cmd_$cmd") || $self->can('cmd_help')