Branch Coverage

lib/App/gh/Command/Pullreq/Send.pm
Criterion Covered Total %
branch 0 16 0.0


line true false branch
49 0 0 if ($uri =~ m[(git|https?)://github.com/(.*?)/(.*?).git]) { }
0 0 elsif ($uri =~ m[git\@github.com:(.*?)/(.*?).git]) { }
68 0 0 unless ($ENV{'EDITOR'})
87 0 0 if ($base) { }
92 0 0 unless $remote
100 0 0 unless ($gh_id and $gh_token)
124 0 0 if ($t == stat($f->filename)->mtime)
136 0 0 if (length $title == 0 or length $body == 0)