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

Perl-GPU / OpenGL-Modern / 14528139681
20%

Build:
DEFAULT BRANCH: master
Ran 18 Apr 2025 01:56AM UTC
Jobs 1
Files 10
Run time 1min
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

18 Apr 2025 01:53AM UTC coverage: 32.638%. Remained the same
14528139681

push

github

mohawk2
remove later_all entries that are in gl_functions

recreate later_all with:

    use OpenGL::Modern;
    use OpenGL::Modern::NameLists::MakefileAll;
    use OpenGL::Modern::Registry;

    @OMRglf{OpenGL::Modern::Registry::gl_functions()} = ();
    warn "OMRglf: ", 0+keys(%OMRglf), "\n";
    #delete @OMRglf{later_all()};
    #warn "OMRglf removed l_a: ", 0+keys(%OMRglf), "\n";

    @la{later_all()} = ();
    warn "start: ", 0+keys(%la), "\n";
    delete @la{OpenGL::Modern::Registry::gl_functions()};
    warn "la removed glf: ", 0+keys(%la), "\n";
    print map "      $_\n", sort {uc $a cmp uc $b} keys %la;

9868 of 30235 relevant lines covered (32.64%)

51.83 hits per line

Jobs
ID Job ID Ran Files Coverage
1 14528139681.1 18 Apr 2025 01:56AM UTC 10
32.64
GitHub Action Run
Source Files on build 14528139681
  • Tree
  • List 10
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • 3b967ddc on github
  • Prev Build on master (#14524744443)
  • Next Build on master (#14528331364)
  • Delete
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