Branch Coverage

blib/lib/DBIx/TryAgain/st.pm
Criterion Covered Total %
branch 18 26 69.2


line true false branch
11 4 12 if $tried >= $$self{'private_dbix_try_again_max_retries'}
13 12 0 if ($self->errstr =~ /$msg/)
24 4 12 if ($init)
32 4 0 $alg eq 'fibonacci' ? :
0 4 $alg eq 'exponential' ? :
0 4 $alg eq 'linear' ? :
0 4 $alg eq 'constant' ? :
4 4 $tried == 2 && $alg eq 'fibonacci' ? :
4 8 $tried == 1 ? :
45 0 12 if $$self{'PrintError'}
55 4 2 if $res
63 0 6 if $$self{'PrintError'}
69 0 6 if $res