Branch Coverage
lib/Smartcat/App/Command/project.pm
Criterion
Covered
Total
%
branch
3
6
50.0
line
true
false
branch
23
0
2
if
defined
$opt
->{
'list'
}
and
defined
$opt
->{
'project_id'
}
24
2
0
unless
defined
$opt
->{
'list'
}
65
0
2
if
(
defined
$opt
->{
'list'
}
)
{
}