Branch Coverage

blib/lib/Loop/Sustainable/Strategy/MySQL/BalancedReplication.pm
Criterion Covered Total %
branch 0 16 0.0


line true false branch
19 0 0 unless (exists $$self{'capable_behind_seconds'})
22 0 0 unless (exists $$self{'on_error_scale_factor'})
25 0 0 unless (exists $$self{'on_error_croak'})
38 0 0 unless my $status = $dbh->selectrow_hashref('SHOW SLAVE STATUS')
39 0 0 if (defined $$status{'Seconds_Behind_Master'})
43 0 0 if (my $e = $@)
44 0 0 if ($$self{'on_error_croak'}) { }
52 0 0 unless (defined $second_behind_master)