Branch Coverage

blib/lib/Data/Generator/FromDDL/Formatter.pm
Criterion Covered Total %
branch 8 14 57.1


line true false branch
15 21 0 if ($self->format =~ /sql/i) { }
0 0 elsif ($self->format =~ /json/i) { }
32 1 20 if ($self->pretty) { }
51 6 28 if ($sum_bytes + $v_len + $record_sep_len > $bytes_per_sql)
52 3 3 if (@values)
62 21 0 if (@values)
71 0 0 if ($self->pretty) { }