Condition Coverage

blib/lib/VoiceXML/Client/Item/Record.pm
Criterion Covered Total %
condition 0 16 0.0


and 3 conditions

line !l l&&!r l&&r condition
91 0 0 0 $$self{'beep'} and $$self{'beep'} =~ /true/i

or 2 conditions

line l !l condition
66 0 0 $$self{'XMLElement'}->attribute('beep') || 'true'
67 0 0 $$self{'XMLElement'}->attribute('maxtime') || '10s'
68 0 0 $$self{'XMLElement'}->attribute('dtmfterm') || 'true'
69 0 0 $$self{'XMLElement'}->attribute('finalsilence') || '4000ms'
70 0 0 $$self{'XMLElement'}->attribute('type') || 'audio/x-wav'

or 3 conditions

line l !l&&r !l&&!r condition
65 0 0 0 $$self{'XMLElement'}->attribute('name') || warn('No record name specified')