| inc/My/Module/Test.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| condition | 3 | 23 | 13.0 | 
| line | !l | l&&!r | l&&r | condition | 
|---|---|---|---|---|
| 268 | 6 | 0 | 0 | $info{$site}{'check'} and my $check = $info{$site}{'check'}->() | 
| 314 | 0 | 0 | 0 | "Astro::SpaceTrack"->__identity_file_is_encrypted and $ENV{'SSH_CONNECTION'} | 
| 317 | 0 | 0 | 0 | defined $id->{'username'} and defined $id->{'password'} | 
| 329 | 0 | 0 | 0 | defined $spacetrack_auth and $spacetrack_auth =~ m[ \A [:/] \z ]msx | 
| 376 | 0 | 0 | 0 | my $user = prompt("Space-Track username") and my $pass = prompt({"password", 1}, "Space-Track password") | 
| line | l | !l | condition | 
|---|---|---|---|
| 290 | 0 | 0 | $skip || 0 | 
| line | l | !l&&r | !l&&!r | condition | 
|---|---|---|---|---|
| 168 | 0 | 0 | 0 | $readkey_loaded or not $opt->{'password'} | 
| 260 | 1 | 6 | 0 | $ua ||= "LWP::UserAgent"->new("agent", "curl/7.77.0", "ssl_opts", {"verify_hostname", 0}) |