Condition Coverage

lib/Class/Usul/Schema.pm
Criterion Covered Total %
condition 0 46 0.0


and 3 conditions

line !l l&&!r l&&r condition
294 0 0 0 not $self->$_test_for_existance($copts, $cmds->{'exists_db'}, @args) and $self->info("Creating $driver database $db")
298 0 0 0 $self->debug and $r
303 0 0 0 $self->debug and $r
314 0 0 0 $self->dry_run and $self->output("Would create $schema_class")
350 0 0 0 not $self->$_test_for_existance($copts, $cmds->{'exists_user'}, @args) and $self->info("Creating $driver user $user")
354 0 0 0 $self->debug and $r
469 0 0 0 $self->dry_run and $self->dumper($cfg_data)
490 0 0 0 $self->dry_run and $self->output($cmd)
512 0 0 0 $_->can('class') and $_->class eq 'ValidationErrors'

or 2 conditions

line l !l condition
29 0 0 $self->db_admin_ids->{lc $self->driver} || ''
463 0 0 $value // ''
465 0 0 $value // ''
479 0 0 ($connect_opts->{'host'} // $self->host) || 'localhost'
493 0 0 $cmd_opts // {}

or 3 conditions

line l !l&&r !l&&!r condition
477 0 0 0 $connect_opts->{'driver'} // lc $self->driver
478 0 0 0 $connect_opts->{'database'} // $self->db_admin_accounts->{$drvr}
480 0 0 0 $connect_opts->{'user'} // $self->db_admin_ids->{$drvr}