Branch Coverage

blib/lib/Filter/Dockerfile.pm
Criterion Covered Total %
branch 3 26 11.5


line true false branch
19 1 2 unless filter_read
20 0 2 if (/^INCLUDE/) { }
23 0 0 unless filter_read
30 0 0 if ($args[0] eq 'MERGE')
36 0 0 if ($arg =~ /^(-)?(ADD|CMD|COPY|ENTRYPOINT|ENV|EXPOSE|FROM|INCLUDE|LABEL|MAINTAINER|ONBUILD|RUN|USER|VOLUME|WORKDIR)$/)
37 0 0 if ($1) { }
49 0 0 if (-f $uri) { }
74 0 0 unless $op
75 0 0 if exists $$exclude{$op}
76 0 0 if keys %$include and not exists $$include{$op}
77 0 0 if ($merge and exists $ops{$op}) { }
79 0 0 if ($op =~ /^(ENV|LABEL)$/) { }
0 0 elsif ($op eq 'RUN') { }