Condition Coverage

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


and 3 conditions

line !l l&&!r l&&r condition
32 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")
50 0 0 0 'Net::Todoist'->new('token', $config->token) || croak("failed to connect to todoist\n")