Condition Coverage

blib/lib/Language/P/Toy/Value/StringNumber.pm
Criterion Covered Total %
condition 4 6 66.6


and 3 conditions

line !l l&&!r l&&r condition
65 11 0 0 length $$self{'string'} && $$self{'string'} ne '0'

or 3 conditions

line l !l&&r !l&&!r condition
74 2 4 9 defined $$self{'float'} || defined $$self{'integer'} || defined $$self{'string'}