blib/lib/App/Critique/Session.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 0 | 18 | 0.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
25 | 0 | 0 | 0 | $args{'git_work_tree'} and -d $args{'git_work_tree'} |
87 | 0 | 0 | 0 | $git_work_tree and -d $git_work_tree |
135 | 0 | 0 | 0 | &Scalar::Util::blessed($_) && $_->isa('App::Critique::Session::File') |
178 | 0 | 0 | 0 | $path->exists and $path->is_file |
265 | 0 | 0 | 0 | exists $args{'git_branch'} and $args{'git_branch'} ne $git_branch |
278 | 0 | 0 | 0 | defined $possible_branch and $possible_branch ne $git_branch |