• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

Camelcade / Perl5-IDEA / #525521145
76%

Build:
DEFAULT BRANCH: master
Ran 15 Nov 2022 01:46PM UTC
Jobs 1
Files 2330
Run time 2min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

pending completion
#525521145

push

github-actions

hurricup
Implemented multiple annotations support processing

- There are explicit annotations (with variable name) and wildcard annotations (without variable name).
- Wildcard annotation going to be used to every variable in context (next line after annotations block)
- First matching annotation wins.
- Explicit annotation may override the wildcard, not vice versa.

Multiple declarations may be annotated in the nice way:
```
#@type $var2 Boo::Baz
#@type Foo::Fallback
#@type $var1 Foo::Bar
my($var1, $var2, $var3);
```

Signature elements `sub` may now be annotated before sub:
```
#@type $var1 Foo::Bar
#@type $var2 Bla::Bla
#@returns Foo::Bazz
sub something($var1,
              $var2){
   return $var1->convert($var2);
}
```

Variable in the `for` loop may now be annotated outside of it:
```
#@type Class::Apple
for my $var (@something){
   ... eating an apple...
}
```

Good enough for MVP

41647 of 50309 relevant lines covered (82.78%)

0.83 hits per line

Jobs
ID Job ID Ran Files Coverage
1 #525521145.1 15 Nov 2022 01:46PM UTC 0
82.78
Source Files on build #525521145
Detailed source file information is not available for this build.
  • Back to Repo
  • Build #525521145
  • b90d4c64 on github
  • Prev Build on master
  • Next Build on master
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc