Branch Coverage

blib/lib/CTK/CLI.pm
Criterion Covered Total %
branch 0 22 0.0


line true false branch
118 0 0 if @_ and $_[0] and ref $_[0]
124 0 0 if @_ and $_[0] and ref $_[0]
130 0 0 defined $def ? :
131 0 0 if $v->[0]
132 0 0 defined $msg ? :
135 0 0 $v->[0] ? :
144 0 0 if (defined $v) { }
145 0 0 if (ref $v eq 'ARRAY') { }
146 0 0 if (defined $sel and $sel =~ /^\d+$/ and exists $$v[$sel - 1]) { }
0 0 elsif (defined $sel and grep {$_ eq $sel;} @$v) { }
157 0 0 defined $sel ? :