Condition Coverage

inc/My/Module/Test.pm
Criterion Covered Total %
condition 3 23 13.0


and 3 conditions

line !l l&&!r l&&r condition
269 6 0 0 $info{$site}{'check'} and my $check = $info{$site}{'check'}->()
315 0 0 0 "Astro::SpaceTrack"->__identity_file_is_encrypted and $ENV{'SSH_CONNECTION'}
318 0 0 0 defined $id->{'username'} and defined $id->{'password'}
330 0 0 0 defined $spacetrack_auth and $spacetrack_auth =~ m[ \A [:/] \z ]msx
377 0 0 0 my $user = prompt("Space-Track username") and my $pass = prompt({"password", 1}, "Space-Track password")

or 2 conditions

line l !l condition
291 0 0 $skip || 0

or 3 conditions

line l !l&&r !l&&!r condition
168 0 0 0 $readkey_loaded or not $opt->{'password'}
261 1 6 0 $ua ||= "LWP::UserAgent"->new("agent", "curl/7.77.0", "ssl_opts", {"verify_hostname", 0})