lib/Finance/Alpaca/DataStream.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 0 | 18 | 0.0 |
line | true | false | branch |
---|---|---|---|
38 | 0 | 0 | if ($msg->{'T'} eq 'success') { } |
0 | 0 | elsif ($msg->{'T'} eq 'error') { } | |
0 | 0 | elsif ($msg->{'T'} eq 't') { } | |
0 | 0 | elsif ($msg->{'T'} eq 'q') { } | |
0 | 0 | elsif ($msg->{'T'} eq 'b') { } | |
0 | 0 | elsif ($msg->{'T'} eq 'subscription') { } | |
39 | 0 | 0 | if ($msg->{'msg'} eq 'connected') { } |
0 | 0 | elsif ($msg->{'msg'} eq 'authenticated') { } | |
56 | 0 | 0 | if ($msg->{'code'} eq 406) |