Condition Coverage

blib/lib/Tree/Cladogram.pm
Criterion Covered Total %
condition 0 36 0.0


and 3 conditions

line !l l&&!r l&&r condition
410 0 0 0 $x >= $x_min and $x <= $x_max
0 0 0 $x >= $x_min and $x <= $x_max and $y >= $y_min
0 0 0 $x >= $x_min and $x <= $x_max and $y >= $y_min and $y <= $y_max
572 0 0 0 $node->name ne $name and $name ne 'root'

or 3 conditions

line l !l&&r !l&&!r condition
318 0 0 0 $attributes->{'x_step'} ||= $x_step
319 0 0 0 $attributes->{'y_step'} ||= $y_step
431 0 0 0 $self->_check_point_within_rectangle($bounds_1, $x_min_2, $y_min_2) or $self->_check_point_within_rectangle($bounds_1, $x_max_2, $y_min_2)
0 0 0 $self->_check_point_within_rectangle($bounds_1, $x_min_2, $y_min_2) or $self->_check_point_within_rectangle($bounds_1, $x_max_2, $y_min_2) or $self->_check_point_within_rectangle($bounds_1, $x_min_2, $y_max_2)
0 0 0 $self->_check_point_within_rectangle($bounds_1, $x_min_2, $y_min_2) or $self->_check_point_within_rectangle($bounds_1, $x_max_2, $y_min_2) or $self->_check_point_within_rectangle($bounds_1, $x_min_2, $y_max_2) or $self->_check_point_within_rectangle($bounds_1, $x_max_2, $y_max_2)
764 0 0 0 length $line == 0 or $line =~ /^\s*#/
785 0 0 0 $field[0] ne 'parent' or $field[1] ne 'place'
0 0 0 $field[0] ne 'parent' or $field[1] ne 'place' or $field[2] ne 'node'