Branch Coverage

blib/lib/WWW/Asana/Task.pm
Criterion Covered Total %
branch 0 20 0.0


line true false branch
39 0 0 $self->has_assignee ? :
0 0 $self->has_name ? :
0 0 $self->has_notes ? :
0 0 $self->has_completed ? :
0 0 $self->has_due_on ? :
82 0 0 (shift())->completed ? :
127 0 0 $self->do('', 'POST', $self->own_base_args, 'addProject', {'project', $project->id}) eq 1 ? :
132 0 0 $self->do('', 'POST', $self->own_base_args, 'removeProject', {'project', $project->id}) eq 1 ? :
142 0 0 $self->do('', 'POST', $self->own_base_args, 'addTag', {'tag', $tag->id}) eq 1 ? :
147 0 0 $self->do('', 'POST', $self->own_base_args, 'removeTag', {'tag', $tag->id}) eq 1 ? :