Branch Coverage

blib/lib/Akamai/PropertyFetcher.pm
Criterion Covered Total %
branch 0 32 0.0


line true false branch
38 0 0 unless $contracts_resp->is_success
45 0 0 unless $groups_resp->is_success
55 0 0 if ($properties_resp->is_success) { }
0 0 elsif ($properties_resp->code == 403 or $properties_resp->code == 404) { }
62 0 0 if $pm->start
70 0 0 unless -d $property_dir
76 0 0 if ($activations_resp->is_success) { }
82 0 0 if (not defined $staging_version and $activation->{'network'} eq "STAGING" and $activation->{'status'} eq "ACTIVE")
85 0 0 if (not defined $production_version and $activation->{'network'} eq "PRODUCTION" and $activation->{'status'} eq "ACTIVE")
91 0 0 unless (defined $staging_version or defined $production_version)
97 0 0 if (defined $staging_version)
101 0 0 if ($staging_rules_resp->is_success) { }
105 0 0 unless open my $fh, ">", $staging_file_path
116 0 0 if (defined $production_version)
120 0 0 if ($production_rules_resp->is_success) { }
124 0 0 unless open my $fh, ">", $production_file_path