Branch Coverage

blib/lib/Term/Graille/Dialog.pm
Criterion Covered Total %
branch 0 40 0.0


line true false branch
65 0 0 if exists $params{'redraw'}
66 0 0 if exists $params{'callback'}
89 0 0 if (/okc/i)
90 0 0 if (/ok/i)
91 0 0 if (/ync/i)
92 0 0 if (/input/i)
101 0 0 unless (ref $self->{'message'})
104 0 0 defined $self->{'entry'} ? :
107 0 0 $self->{'selected'} && $self->{'selected'} eq $button ? :
112 0 0 $self->{'icon'} ? :
113 0 0 $entryLines ? :
115 0 0 if $self->{'icon'}
122 0 0 unless exists $self->{'entry'}
123 0 0 if length $ch == 1
124 0 0 if $ch =~ /back/
131 0 0 unless $self->{'selected'}
133 0 0 if $self->{'selected'} eq $self->{'buttons'}[$p]
141 0 0 $p < $#{$$self{'buttons'};} ? :
150 0 0 $p - ($p > 0) ? :
159 0 0 if (exists $self->{'callback'})