| blib/lib/VoiceXML/Client/Item/Field.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 4 | 36 | 11.1 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 75 | 0 | 0 | 1 | $$self{'numdigits'} and $$self{'numdigits'} >= 1 |
| 263 | 0 | 0 | 0 | $niItem and $$niItem{'count'} <= $$self{'timeswithoutinput'} |
| 0 | 0 | 0 | $niItem and $$niItem{'count'} <= $$self{'timeswithoutinput'} and $$niItem{'count'} > $lastCountMatch | |
| 291 | 0 | 0 | 0 | $niItem and $$niItem{'count'} <= $$self{'timesnomatchinput'} |
| 0 | 0 | 0 | $niItem and $$niItem{'count'} <= $$self{'timesnomatchinput'} and $$niItem{'count'} > $lastCountMatch | |
| 365 | 0 | 0 | 0 | defined $number and length $number |
| line | l | !l | condition |
|---|---|---|---|
| 69 | 1 | 0 | $$self{'XMLElement'}->attribute('type') || 'digits' |
| 145 | 0 | 0 | $$self{'children'}[$i] || (next) |
| 343 | 0 | 0 | shift() || (return undef) |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 65 | 1 | 0 | 0 | $$self{'XMLElement'}->attribute('name') || int(rand 999999) . time |
| 73 | 1 | 0 | 0 | $$self{'XMLElement'}->attribute('numdigits') || $VoiceXML::Client::Item::Field::DefaultNumDigits |
| 196 | 0 | 0 | 0 | $curChild->timeoutSeconds || $VoiceXML::Client::Item::Prompt::DefaultTimeoutSeconds |
| 201 | 0 | 0 | 0 | $cType eq 'VoiceXML::Client::Item::NoInput' or $cType eq 'VoiceXML::Client::Item::NoMatch' |