Condition Coverage

blib/lib/Data/Generator/FromDDL.pm
Criterion Covered Total %
condition 13 17 76.4


or 2 conditions

line l !l condition
22 3 17 $self->parser || 'mysql'
23 1 19 $self->include || []
24 1 19 $self->exclude || []
25 20 0 $self->ddl || ''
27 7 13 $format ||= 'sql'
28 6 14 $bytes_per_sql ||= 1048576
57 0 20 $builder_class ||= 'Data::Generator::FromDDL::Builder::SerialOrder'

or 3 conditions

line l !l&&r !l&&!r condition
26 20 0 0 $out_fh ||= *STDOUT