Condition Coverage

blib/lib/SQL/Translator/Producer/TT/Table.pm
Criterion Covered Total %
condition 5 17 29.4


and 3 conditions

line !l l&&!r l&&r condition
244 2 0 0 -t STDIN && -t STDOUT
250 0 2 0 $dir and not -d $dir
2 0 0 $dir and not -d $dir and $pargs->{'mk_file_dir'}

or 2 conditions

line l !l condition
180 1 0 $pargs->{'on_exists'} ||= "die"
184 1 0 'Template'->new('DEBUG', $DEBUG, 'ABSOLUTE', 1, 'RELATIVE', 1, %$pargs) || die('Failed to initialize Template object: ' . 'Template'->error)
263 0 0 $pargs->{'insert_comment_start'} || 'SQLF_INSERT_START'
264 0 0 $pargs->{'insert_comment_end'} || 'SQLF_INSERT_END'