blib/lib/VoiceXML/Client/Item/SubDialog.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 7 | 16 | 43.7 |
line | true | false | branch |
---|---|---|---|
62 | 0 | 1 | unless (defined $src and length $src) |
71 | 0 | 1 | if (defined $cond and length $cond) |
90 | 0 | 1 | if (exists $$self{'cond'}) |
92 | 0 | 0 | unless $self->evaluateCondition($$self{'cond'}, $vxmlDoc) |
100 | 1 | 0 | if ($src =~ /^#(.+)/) { } |
110 | 0 | 1 | unless ($form) |
117 | 1 | 0 | if ($$self{'parent'}) |
122 | 0 | 1 | if $VoiceXML::Client::Debug |