// unit test for code coverage tool to bring coverage percent up
size(500,500);

pushStyle();
popStyle();

loop();
noLoop();

link("http://www.processingjs.org", "_blank");
link("http://www.processingjs.org");

cursor();
cursor(CROSS);
PImage img = createImage(10,10);
cursor(img,0,0);

status("string of text");

loadBytes("url");

point(85, 75);
