Condition Coverage

blib/lib/Algorithm/GoldenSection.pm
Criterion Covered Total %
condition 0 18 0.0


and 3 conditions

line !l l&&!r l&&r condition
64 0 0 0 $h_ref and ref $h_ref ne 'HASH'
77 0 0 0 exists $$h_ref{'x_low'} and $$h_ref{'x_low'} =~ /\A[+-]?\ *(\d+(\.\d*)?|\.\d+)([eE][+-]?\d+)?\z/msx
79 0 0 0 exists $$h_ref{'x_int'} and $$h_ref{'x_int'} =~ /\A[+-]?\ *(\d+(\.\d*)?|\.\d+)([eE][+-]?\d+)?\z/msx
303 0 0 0 $a and $b
0 0 0 $a and $b and $c

or 3 conditions

line l !l&&r !l&&!r condition
75 0 0 0 not exists $$h_ref{'function'} or ref $$h_ref{'function'} ne 'CODE'