blib/lib/CouchDB/Deploy/Process.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 0 | 13 | 0.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
55 | 0 | 0 | 0 | keys %$origAttach and keys %$newAttach |
line | l | !l | condition |
---|---|---|---|
43 | 0 | 0 | shift() || {} |
44 | 0 | 0 | shift() || {} |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
59 | 0 | 0 | 0 | scalar keys %$origAttach != scalar keys %$newAttach or grep {not exists $$origAttach{$_};} keys %$newAttach |
0 | 0 | 0 | scalar keys %$origAttach != scalar keys %$newAttach or grep {not exists $$origAttach{$_};} keys %$newAttach or grep {$$origAttach{$_}{'content_type'} ne $$newAttach{$_}{'content_type'};} keys %$newAttach |