Condition Coverage

blib/lib/Tapper/Reports/Web/Controller/Tapper/Metareports.pm
Criterion Covered Total %
condition 0 78 0.0


and 3 conditions

line !l l&&!r l&&r condition
194 0 0 0 defined $i_chart_tag and $i_chart_tag ne '0'
350 0 0 0 $or_element->chart_line_axis eq $s_axis and $or_element->axis_column
437 0 0 0 $ar_chart_points and @{$ar_chart_points;}
498 0 0 0 $or_chart->order_by_x_axis == 1 and $or_chart->order_by_y_axis == 2
0 0 0 $or_chart->order_by_x_axis == 2 and $or_chart->order_by_y_axis == 1
522 0 0 0 defined $hr_chart_point->{'x'} and defined $hr_chart_point->{'y'}
571 0 0 0 $or_chart->order_by_x_axis == 2 and $or_chart->order_by_y_axis == 1
584 0 0 0 $or_chart->order_by_x_axis == 1 and $or_chart->order_by_y_axis == 2
630 0 0 0 $a_markings[-1]{'chart_marking_x_from'} &&= $formatter->format_datetime($or_format_x->parse_datetime($a_markings[-1]{'chart_marking_x_from'}))
631 0 0 0 $a_markings[-1]{'chart_marking_x_to'} &&= $formatter->format_datetime($or_format_x->parse_datetime($a_markings[-1]{'chart_marking_x_to'}))
645 0 0 0 $a_markings[-1]{'chart_marking_y_from'} &&= $formatter->format_datetime($or_format_y->parse_datetime($a_markings[-1]{'chart_marking_y_from'}))
646 0 0 0 $a_markings[-1]{'chart_marking_y_to'} &&= $formatter->format_datetime($or_format_y->parse_datetime($a_markings[-1]{'chart_marking_y_to'}))
921 0 0 0 defined $_[0] && $_[0] eq ''

or 2 conditions

line l !l condition
389 0 0 $hr_chart_search->{'where'} ||= []
667 0 0 $h_params{'offset'} || 0
0 0 $h_params{'limit'} || 0
885 0 0 $h_chart_elements{$or_element->chart_line_axis} ||= []
1030 0 0 $s_chart_line_x_format || undef
0 0 $s_chart_line_y_format || undef
1209 0 0 $hr_chart_line->{'chart_line_x_format'} || undef
0 0 $hr_chart_line->{'chart_line_y_format'} || undef
1248 0 0 $hr_additionals->{'chart_line_additional_url'} || undef

or 3 conditions

line l !l&&r !l&&!r condition
310 0 0 0 $h_axis_type{'x'} eq 'alphanumeric' || $or_chart->order_by_x_axis == 2 && $or_chart->order_by_y_axis == 1
0 0 0 $h_axis_type{'y'} eq 'alphanumeric' || $or_chart->order_by_y_axis == 2 && $or_chart->order_by_x_axis == 1
313 0 0 0 $h_params{'limit'} ||= $h_params{'graph_width'} ? int $h_params{'graph_width'} / 4 : 100
507 0 0 0 $$hr_chart_point{$s_axis . 'h'} //= $$hr_chart_point{$s_axis . 'o'}
508 0 0 0 $h_axis{$s_axis}{$$hr_chart_point{$s_axis . 'h'}} //= $h_counter{$s_axis}++
625 0 0 0 $a_markings[-1]{'chart_marking_x_from'} or $a_markings[-1]{'chart_marking_x_to'}
640 0 0 0 $a_markings[-1]{'chart_marking_y_from'} or $a_markings[-1]{'chart_marking_y_to'}