Branch Coverage

blib/lib/Perl/RT2Github.pm
Criterion Covered Total %
branch 7 18 38.8


line true false branch
10 0 3 unless defined $args
11 1 2 unless ref $args eq 'HASH'
15 1 1 unless $valid_args{$k}
17 1 1 if @bad_args
33 0 0 unless $rt =~ /^\d+$/u
38 0 0 if ($location =~ /^$self->{'gh_stem'}\d+$/u) { }
59 0 0 unless $rt =~ /^\d+$/u
62 0 0 if (defined $gh_url) { }
77 0 0 if (defined $gh_id) { }