Branch Coverage

blib/lib/UAV/Pilot/Commands.pm
Criterion Covered Total %
branch 12 18 66.6


line true false branch
74 4 0 unless exists $args->{'condvar'}
82 0 0 unless (defined $self or ref $self)
86 0 8 unless defined $cmd
90 3 5 if $@
125 1 3 if $@
127 1 2 if (my $call = $dest_namespace->can('uav_module_init'))
137 3 0 if (my $quit_call = $dest_namespace->can('uav_module_quit'))
161 3 14 if (-e $full_path)
162 0 3 unless open my $in, '<', $full_path