With a switch in activity diagrams,
if the last case is an end (or stop),
the previous case arrow from the start of the switch
doesn't get drawn.
switch (test?)
case (cond A)
:Text A;
case (cond B)
:text B;
case (cond C)
end
endswitch
Here, cond B arrow doesn't get drawn