Condition Coverage

bin/clarid-tools
Criterion Covered Total %
condition 7 19 36.8


and 3 conditions

line !l l&&!r l&&r condition
71 0 0 41 $cmd and $cmd =~ /^(?:code|validate|qrcode)$/
109 0 0 1 defined $ARGV[$i + 1] and not $ARGV[$i + 1] =~ /^-/

or 2 conditions

line l !l condition
48 41 0 shift @ARGV // ""
57 0 0 shift @ARGV // "all"

or 3 conditions

line l !l&&r !l&&!r condition
51 0 0 41 $cmd eq "-v" or $cmd eq "--v"
0 0 41 $cmd eq "-v" or $cmd eq "--v" or $cmd eq "--version"
107 0 1 711 $arg eq "-log" or $arg eq "--log"