Condition Coverage

blib/lib/DBIx/Class/DeploymentHandler/DeployMethod/SQL/Translator.pm
Criterion Covered Total %
condition 11 20 55.0


and 3 conditions

line !l l&&!r l&&r condition
422 0 0 17 ref $fn and ref $fn eq 'CODE'
461 65 1 0 $self->ignore_ddl and $filename->basename =~ /^[^-]*-auto.*\.sql$/

or 2 conditions

line l !l condition
359 2 109 $feature->{'chunk'} || sub { split(/;\n/, $_[0], 0); }

or 3 conditions

line l !l&&r !l&&!r condition
346 111 0 0 $STORAGE2FEATURE{$storage_class} || $STORAGE2FEATURE{'MySQL'}
478 11 6 0 +(shift @_ || {})->{'version'} || $self->schema_version
497 2 0 0 $args->{'version'} || $self->schema_version
499 1 1 0 $args->{'storage_type'} || $self->storage->sqlt_type