Branch Coverage

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


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