Condition Coverage

blib/lib/POE/Component/IRC/Plugin/CoreList.pm
Criterion Covered Total %
condition 0 14 0.0


and 3 conditions

line !l l&&!r l&&r condition
38 0 0 0 $string and $string =~ /^\Q$cmdstr\E\s*(?:($cmds))?\s*(.*)/io
50 0 0 0 $string and $string =~ /^\Q$cmdstr\E\s*(?:($cmds))?\s*(.*)/io

or 2 conditions

line l !l condition
36 0 0 $$self{'command'} || ''
39 0 0 $1 || 'release'
49 0 0 $$self{'command'} || ''
51 0 0 $1 || 'release'