Condition Coverage

blib/lib/RePrec/Tools.pm
Criterion Covered Total %
condition 0 15 0.0


and 3 conditions

line !l l&&!r l&&r condition
119 0 0 0 defined $$gnuplot{'terminal'} and $$gnuplot{'terminal'} =~ /postscript/i

or 2 conditions

line l !l condition
94 0 0 $$gnuplot{'output'} || '/tmp/RP'
97 0 0 $$gnuplot{'style'} || 'lines'
98 0 0 $$gnuplot{'title'} || 'Recall-Precision'
99 0 0 $$gnuplot{'ylabel'} || 'Precision'
100 0 0 $$gnuplot{'xlabel'} || 'Recall'
140 0 0 $$gnuplot{'binary'} || 'gnuplot'