Condition Coverage

blib/lib/DBIx/Changeset/App/Command/update.pm
Criterion Covered Total %
condition 14 25 56.0


and 3 conditions

line !l l&&!r l&&r condition
186 1 1 1 defined $$opt{'location'} and -d $$opt{'location'}

or 2 conditions

line l !l condition
162 0 4 $$app{'config'}{'location'} || $$app{'config'}{'update'}{'location'} || undef
0 4 $$app{'config'}{'type'} || $$app{'config'}{'update'}{'type'} || 'disk'
0 4 $$app{'config'}{'loader'} || $$app{'config'}{'update'}{'loader'} || 'mysql'
0 4 $$app{'config'}{'like'} || $$app{'config'}{'update'}{'like'} || undef
0 4 $$app{'config'}{'history_db_dsn'} || $$app{'config'}{'update'}{'history_db_dsn'} || undef
0 4 $$app{'config'}{'history_db_user'} || $$app{'config'}{'update'}{'history_db_user'} || undef
0 4 $$app{'config'}{'history_db_password'} || $$app{'config'}{'update'}{'history_db_password'} || undef
0 4 $$app{'config'}{'db_name'} || $$app{'config'}{'update'}{'db_name'} || undef
0 4 $$app{'config'}{'db_host'} || $$app{'config'}{'update'}{'db_host'} || undef
0 4 $$app{'config'}{'db_user'} || $$app{'config'}{'update'}{'db_user'} || undef
0 4 $$app{'config'}{'db_password'} || $$app{'config'}{'update'}{'db_password'} || undef