Branch Coverage

File:blib/lib/App/Rgit/Repository.pm
Coverage:69.0%

line%coveragebranch
1650TFeval { do { POSIX::WIFEXITED(0); 1 } } ? :
1850TFeval { do { POSIX::WEXITSTATUS(0); 1 } } ? :
2050TFeval { do { POSIX::WIFSIGNALED(0); 1 } } ? :
2250TFeval { do { POSIX::WTERMSIG(0); 1 } } ? :
59100TFif (defined $dir) { }
67100TFif ($args{'fake'}) { }
70100TFunless -d $dir and -d "$dir/refs" and -d "$dir/objects" and -e "$dir/HEAD"
7750TFunless defined $last
79100TFif (@chunks and $last eq '.git') { }
50TFelsif ($last =~ /(.+)\.git$/) { }
11250TFunless (chdir $dir)
15650TFunless $conf->isa('App::Rgit::Config')
160100TFunless ($self->fake)
168100TFif exists $ENV{'GIT_DIR'}
169100TFif exists $ENV{'GIT_EXEC_PATH'}
17350TFif ($? == -1)
17950TFif &$WIFEXITED($?)
18150TFif (&$WIFSIGNALED($?)) { }
100TFelsif ($ret) { }
1840TFif ($sig == 2 or $sig == 3)
192100TFwantarray ? :