Branch Coverage

blib/lib/App/Critique/Command.pm
Criterion Covered Total %
branch 0 12 0.0


line true false branch
26 0 0 unless -d $opt->git_work_tree
33 0 0 if (my $session_file_path = 'App::Critique::Session'->locate_session_file($opt->git_work_tree))
39 0 0 unless (eval { do { $session = 'App::Critique::Session'->load($session_file_path); 1 } })
42 0 0 if ($opt->debug) { }
64 0 0 unless (eval { do { $session->store; 1 } })
67 0 0 if ($opt->debug) { }