Condition Coverage

blib/lib/CouchDB/Deploy/Process.pm
Criterion Covered Total %
condition 0 13 0.0


and 3 conditions

line !l l&&!r l&&r condition
55 0 0 0 keys %$origAttach and keys %$newAttach

or 2 conditions

line l !l condition
43 0 0 shift() || {}
44 0 0 shift() || {}

or 3 conditions

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