Condition Coverage

bin/testrail-report
Criterion Covered Total %
condition 7 23 30.4


and 3 conditions

line !l l&&!r l&&r condition
52 0 0 0 $opts{'apiurl'} && $opts{'password'} && $opts{'user'}
7 0 0 -e $homedir . "/.testrailrc" and not $opts{'apiurl'} && $opts{'password'} && $opts{'user'}
61 0 7 0 $file and not -e $file
69 0 0 7 $opts{'run'} and $opts{'apiurl'}
0 0 7 $opts{'run'} and $opts{'apiurl'} and $opts{'password'}
0 0 7 $opts{'run'} and $opts{'apiurl'} and $opts{'password'} and $opts{'user'}
0 0 7 $opts{'run'} and $opts{'apiurl'} and $opts{'password'} and $opts{'user'} and $opts{'project'}

or 2 conditions

line l !l condition
51 7 0 my_home() || '.'