Branch Coverage

blib/lib/AWS/CloudFront.pm
Criterion Covered Total %
branch 0 24 0.0


line true false branch
57 0 0 if (my($node) = $xpc->findnodes('.//cf:Distribution'))
60 0 0 if (my($origin_s3) = $xpc->findnodes('.//cf:S3Origin', $node)) { }
0 0 elsif (my $origin_custom = $xpc->findnode('.//cf:CustomOrigin', $node)) { }
71 0 0 $xpc->findvalue('.//cf:Enabled') eq 'true' ? :
99 0 0 if (my($node) = $xpc->findnodes('.//cf:Distribution'))
102 0 0 if (my($origin_s3) = $xpc->findnodes('.//cf:S3Origin', $node)) { }
0 0 elsif (my $origin_custom = $xpc->findnode('.//cf:CustomOrigin', $node)) { }
113 0 0 $xpc->findvalue('.//cf:Enabled') eq 'true' ? :
145 0 0 if (my($origin_s3) = $xpc->findnodes('.//cf:S3Origin', $node)) { }
0 0 elsif (my $origin_custom = $xpc->findnode('.//cf:CustomOrigin', $node)) { }
156 0 0 $xpc->findvalue('.//cf:Enabled') eq 'true' ? :
193 0 0 if ($xpc->findvalue('.//cf:IsTruncated') eq 'true')