blib/lib/SQL/PatchDAG.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 9 | 16 | 56.2 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
98 | 0 | 0 | 0 | @content and $content[0] =~ /^-- preceding-patch(?:es)? = / |
117 | 12 | 4 | 2 | @_ == 1 && !($_[0] =~ /^-/) |
12 | 3 | 1 | @_ == 2 && $_[0] eq '-r' | |
12 | 2 | 1 | @_ == 2 && $_[0] eq '-e' |
line | l&&r | l&&!r | !l&&r | !l&&!r | condition |
---|---|---|---|---|---|
91 | 0 | 0 | 0 | 0 | exists $patches->{$name} xor not !$do_recreate |