Condition Coverage

blib/lib/DBIx/Changeset/App/Command/compare.pm
Criterion Covered Total %
condition 8 15 53.3


and 3 conditions

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

or 2 conditions

line l !l condition
57 0 3 $$app{'config'}{'location'} || $$app{'config'}{'update'}{'location'} || undef
0 3 $$app{'config'}{'type'} || $$app{'config'}{'update'}{'type'} || 'disk'
0 3 $$app{'config'}{'like'} || $$app{'config'}{'update'}{'like'} || undef
0 3 $$app{'config'}{'history_db_dsn'} || $$app{'config'}{'bootstrap'}{'history_db_dsn'} || undef
0 3 $$app{'config'}{'history_db_user'} || $$app{'config'}{'bootstrap'}{'history_db_user'} || undef
0 3 $$app{'config'}{'history_db_password'} || $$app{'config'}{'update'}{'history_db_password'} || undef