blib/lib/App/Critique/Session.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 0 | 15 | 0.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
25 | 0 | 0 | 0 | $args{'git_work_tree'} and -d $args{'git_work_tree'} |
78 | 0 | 0 | 0 | $git_work_tree and -d $git_work_tree |
121 | 0 | 0 | 0 | &Scalar::Util::blessed($_) && $_->isa('App::Critique::Session::File') |
163 | 0 | 0 | 0 | $path->exists and $path->is_file |
241 | 0 | 0 | 0 | exists $args{'git_branch'} and $args{'git_branch'} ne $git_branch |