blib/lib/MySQL/Binlog_RBR_Data.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 15 | 30 | 50.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
39 | 0 | 0 | 2 | $_ and substr($_, 0, 9) eq 'DELIMITER' |
93 | 100 | 0 | 25 | substr($_, 0, 2) eq '#1' and /^#\d.*end_log_pos (\d+)/ |
122 | 34 | 28 | 6 | $old_row and substr($_, 4, 5) eq 'WHERE' |
8 | 42 | 12 | $new_row and substr($_, 4, 3) eq 'SET' | |
0 | 0 | 36 | $row and /@(\d+)=(.+)/ | |
171 | 0 | 0 | 7 | $_ and substr($_, 0, 6) eq 'COMMIT' |
184 | 0 | 0 | 2 | $_ and substr($_, 0, 9) eq 'DELIMITER' |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
131 | 8 | 0 | 0 | not @interesting_tables or exists $interesting_tables{$1} |
143 | 2 | 0 | 0 | not @interesting_tables or exists $interesting_tables{$1} |
155 | 4 | 0 | 0 | not @interesting_tables or exists $interesting_tables{$1} |