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

Perl-GPU / pogl / 13897603415

17 Mar 2025 10:50AM UTC coverage: 12.044%. Remained the same
13897603415

push

github

mohawk2
move CLONE_SKIP to respective .pm

0 of 2 new or added lines in 2 files covered. (0.0%)

66 of 548 relevant lines covered (12.04%)

57.59 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

75.0
/lib/OpenGL/Array.pm
1
package OpenGL::Array;
2

3
=head1 NAME
4

5
OpenGL::Array - module encapsulating array functions
6

7
=cut
8

9
use strict;
3✔
10
use warnings;
3✔
11

12
use Exporter 'import';
3✔
13
require DynaLoader;
14

15
our $VERSION = '0.7003';
16
our @ISA = qw(DynaLoader);
17

18
__PACKAGE__->bootstrap;
19

NEW
20
sub CLONE_SKIP { 1 } # OpenGL::Array is not thread safe
×
21

22
1;
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