Condition Coverage

blib/lib/App/todoist.pm
Criterion Covered Total %
condition 0 15 0.0


and 3 conditions

line !l l&&!r l&&r condition
33 0 0 0 defined $ENV{'HOME'} and -f "$ENV{'HOME'}/.todoist"

or 3 conditions

line l !l&&r !l&&!r condition
14 0 0 0 bless({}, $class) || croak("Can't instantiate App::todoist\n")
24 0 0 0 'AppConfig::Std'->new || croak("Can't instantiate AppConfig::Std\n")
47 0 0 0 $config->project or $config->get('add-project')
53 0 0 0 'Net::Todoist'->new('token', $config->token) || croak("failed to connect to todoist\n")